From 9658896957c82d2066fede067f24f0c53fcbfb1b Mon Sep 17 00:00:00 2001 From: Dmitry Pypin Date: Thu, 5 Sep 2019 13:36:13 -0700 Subject: [PATCH] Small fix --- actix-http/CHANGES.md | 1 + awc/CHANGES.md | 1 + 2 files changed, 2 insertions(+) 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