We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157e816 commit e9bedf4Copy full SHA for e9bedf4
docs/changelog.md
@@ -1,6 +1,19 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [v0.2.5]- 2020-10-15
5
+#### Added
6
+- none
7
+
8
+#### Fixed
9
10
11
+#### Changed
12
+- 修改`DirectoryHelper::getFileTree`,弃用`glob`函数
13
14
+#### Removed
15
16
17
## [v0.2.4]- 2020-09-25
18
#### Added
19
- none
src/Version.php
@@ -21,5 +21,5 @@ class Version {
21
/**
22
* 版本号
23
*/
24
- const VERSION = '0.2.4';
+ const VERSION = '0.2.5';
25
}
0 commit comments