Skip to content

Commit 2bbdd57

Browse files
committed
fix changelog.md
1 parent bff583f commit 2bbdd57

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [v0.2.9]- 2020-11-16
5+
#### Added
6+
- 方法`FileHelper::formatPath`
7+
- 方法`FileHelper::getAbsPath`
8+
- 方法`FileHelper::getRelativePath`
9+
- 方法`ValidateHelper::isNaturalRange`
10+
11+
#### Fixed
12+
- none
13+
14+
#### Changed
15+
- 修改`DirectoryHelper::formatDir`,允许特殊字符
16+
17+
#### Removed
18+
- none
19+
420
## [v0.2.8]- 2020-10-31
521
#### Added
622
- 方法`DateHelper::startOfHour`

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ class Version {
2121
/**
2222
* 版本号
2323
*/
24-
const VERSION = '0.2.8';
24+
const VERSION = '0.2.9';
2525
}

0 commit comments

Comments
 (0)