diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index df8dac58c..2918e4c54 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -6,6 +6,7 @@ * Add support for sending HTTP requests with `Rc` in addition to sending HTTP requests with `RequestHead` + ## [0.2.10] - 2019-09-xx ### Fixed diff --git a/awc/CHANGES.md b/awc/CHANGES.md index ec8a2c303..8c48c64c8 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -6,6 +6,7 @@ * Add `FrozenClientRequest` to support retries for sending HTTP requests + ## [0.2.4] - 2019-08-13 ### Changed