From 4bc1223c5bbaf85dfc142f353a30594242c7a4bb Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Tue, 16 Oct 2018 18:13:37 +0200 Subject: [PATCH] Add missing changes to 4.0.0 changelog --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 309db074..c779ef42 100644 --- a/CHANGES.md +++ b/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]) @@ -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