From 8afcc1e43fb9df8eff33b2d0e8a5d1a9d8213200 Mon Sep 17 00:00:00 2001 From: mozillazg Date: Sat, 13 Apr 2019 17:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bffb0c..942516c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Bugfix -* 修复当 headers 相关参数的值中包含空格时会出现服务端返回签名不匹配的问题。 +* 修复当 url 或 headers 相关参数的值中包含空格时会出现服务端返回签名不匹配的问题。(via [#13]) ## [0.11.0] (2018-12-08) @@ -155,3 +155,4 @@ [7dcd701]: https://github.com/mozillazg/go-cos/commit/7dcd701975f483d57525b292ab31d0f9a6c8866c [#7]: https://github.com/mozillazg/go-cos/pull/7 [@jojohappy]: https://github.com/jojohappy +[#13]: https://github.com/mozillazg/go-cos/pull/13