From 0173f99726379abad7ecb5b44c32d22316e46253 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 27 Feb 2020 11:20:41 +0900 Subject: [PATCH] Update changelog --- actix-http/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 8a25efea1..229fcbbae 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,10 +1,10 @@ # Changes -# [Unreleased] +## [2.0.0-alpha.1] - 2020-02-27 ### Changed -* Update the `time` dependency to 0.2.7 +* Update the `time` dependency to 0.2.7. * Moved actors messages support from actix crate, enabled with feature `actors`.