Update CHANGELOG.md (#2866)

This commit is contained in:
李铭昕 2020-11-25 20:36:31 +08:00 committed by GitHub
parent c360e79d7b
commit f673bb6995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 6 deletions

View File

@ -3,6 +3,7 @@
## Added
- [#2857](https://github.com/hyperf/hyperf/pull/2857) Support Consul ACL Token for Service Governance.
- [#2870](https://github.com/hyperf/hyperf/pull/2870) The publish option of `ConfigProvider` allows publish directory.
- [#2875](https://github.com/hyperf/hyperf/pull/2875) Added option `no-restart` for watcher.
## Fixed

View File

@ -103,7 +103,6 @@
"hyperf/di": "self.version",
"hyperf/dispatcher": "self.version",
"hyperf/elasticsearch": "self.version",
"hyperf/encryption": "self.version",
"hyperf/etcd": "self.version",
"hyperf/event": "self.version",
"hyperf/exception-handler": "self.version",
@ -180,7 +179,6 @@
"Hyperf\\Di\\": "src/di/src/",
"Hyperf\\Dispatcher\\": "src/dispatcher/src/",
"Hyperf\\Elasticsearch\\": "src/elasticsearch/src/",
"Hyperf\\Encryption\\": "src/encryption/src/",
"Hyperf\\Etcd\\": "src/etcd/src/",
"Hyperf\\Event\\": "src/event/src/",
"Hyperf\\ExceptionHandler\\": "src/exception-handler/src/",
@ -263,7 +261,6 @@
"HyperfTest\\Di\\": "src/di/tests/",
"HyperfTest\\Dispatcher\\": "src/dispatcher/tests/",
"HyperfTest\\Elasticsearch\\": "src/elasticsearch/tests/",
"HyperfTest\\Encryption\\": "src/encryption/tests/",
"HyperfTest\\Etcd\\": "src/etcd/tests/",
"HyperfTest\\Event\\": "src/event/tests/",
"HyperfTest\\ExceptionHandler\\": "src/exception-handler/tests/",
@ -340,7 +337,6 @@
"Hyperf\\Devtool\\ConfigProvider",
"Hyperf\\Di\\ConfigProvider",
"Hyperf\\Dispatcher\\ConfigProvider",
"Hyperf\\Encryption\\ConfigProvider",
"Hyperf\\Etcd\\ConfigProvider",
"Hyperf\\Event\\ConfigProvider",
"Hyperf\\ExceptionHandler\\ConfigProvider",

View File

@ -25,7 +25,6 @@
<directory suffix="Test.php">./src/di/tests</directory>
<directory suffix="Test.php">./src/dispatcher/tests</directory>
<directory suffix="Test.php">./src/elasticsearch/tests</directory>
<directory suffix="Test.php">./src/encryption/tests</directory>
<directory suffix="Test.php">./src/etcd/tests</directory>
<directory suffix="Test.php">./src/event/tests</directory>
<directory suffix="Test.php">./src/exception-handler/tests</directory>
@ -81,7 +80,6 @@
<directory suffix=".php">./src/di/src</directory>
<directory suffix=".php">./src/dispatcher/src</directory>
<directory suffix=".php">./src/elasticsearch/src</directory>
<directory suffix=".php">./src/encryption/src</directory>
<directory suffix=".php">./src/event/src</directory>
<directory suffix=".php">./src/grpc-client/src</directory>
<directory suffix=".php">./src/guzzle/src</directory>