From df60bf3d4f62858a940225ae6c124bcd11d62340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= <715557344@qq.com> Date: Wed, 26 Aug 2020 17:13:28 +0800 Subject: [PATCH] Update CHANGELOG-2.0.md --- CHANGELOG-2.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md index c029fe0d5..7e1da11cf 100644 --- a/CHANGELOG-2.0.md +++ b/CHANGELOG-2.0.md @@ -1,5 +1,15 @@ # v2.0.9 - TBD +## Added + +- [#2331](https://github.com/hyperf/hyperf/pull/2331) Added auth api for nacos. +- [#2331](https://github.com/hyperf/hyperf/pull/2331) Added config nacos.enable to control the nacos component. +- [#2331](https://github.com/hyperf/hyperf/pull/2331) Added array merge mode for nacos. + +## Fixed + +- [#2331](https://github.com/hyperf/hyperf/pull/2331) Fixed exception thrown when the service or config was not found for nacos. + # v2.0.8 - 2020-08-24 ## Added