mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Update CHANGELOG.md (#2866)
This commit is contained in:
parent
c360e79d7b
commit
f673bb6995
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user