From a580f2693a07a24c9aeb0ab443a58bdd44c069c6 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 19 Oct 2020 14:05:47 +0200 Subject: [PATCH] Add PR reference to changelog entry Co-authored-by: Rob Ede --- actix-http/CHANGES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index facbaa470..1b967a464 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -3,8 +3,7 @@ ## Unreleased - 2020-xx-xx ### Changed - -* Change the return type of `Extensions::insert` from `()` to `Option` +* Change the return type of `Extensions::insert` from `()` to `Option` [#1721] ## 2.0.0 - 2020-09-11 * No significant changes from `2.0.0-beta.4`.