Skip to content

Commit

Permalink
Add missing changes to 4.0.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Oct 16, 2018
1 parent 347a0ff commit 4bc1223
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
@@ -1,5 +1,15 @@
## 4.0.0 (2018-10-15)

* [#482](https://github.com/httprb/http/pull/482)
[#499](https://github.com/httprb/http/pull/499)
Introduce new features injection API with 2 new feaures: instrumentation
(compatible with ActiveSupport::Notification) and logging.
([@paul])

* [#473](https://github.com/httprb/http/pull/473)
Handle early responses.
([@janko-m])

* [#468](https://github.com/httprb/http/pull/468)
Rewind `HTTP::Request::Body#source` once `#each` is complete.
([@ixti])
Expand Down Expand Up @@ -709,3 +719,4 @@ end
[@scarfacedeb]: https://github.com/scarfacedeb
[@mikegee]: https://github.com/mikegee
[@tycoon]: https://github.com/tycooon
[@paul]: https://github.com/paul

0 comments on commit 4bc1223

Please sign in to comment.