From bd738ba3c124874cb9fb5b3ed52b13b8752b14b8 Mon Sep 17 00:00:00 2001 From: Voldracarno Draconor Date: Tue, 27 Apr 2021 07:22:29 +0200 Subject: [PATCH] Fixed changes documentation --- CHANGES.md | 2 +- actix-http/CHANGES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c9ef3eadd..6fe0174ad 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2021-xx-xx ### Changed -Update `language-tags` to `0.3`. +* Update `language-tags` to `0.3`. ## 4.0.0-beta.6 - 2021-04-17 diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index e89208748..f1d24c3c3 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -9,6 +9,7 @@ ### Changed * `header` mod is now public. [#2171] * `uri` mod is now public. [#2171] +* Update `language-tags` to `0.3`. ### Removed * Stop re-exporting `http` crate's `HeaderMap` types in addition to ours. [#2171]