Skip to content

Commit 386ecf3

Browse files
committed
fix doc
1 parent 6b3948e commit 386ecf3

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

docs/changelog.md

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

4+
## [v0.2.6]- 2020-10-19
5+
#### Added
6+
- 新增`NumberHelper::numberSub`数值截取方法
7+
8+
#### Fixed
9+
- none
10+
11+
#### Changed
12+
- 修改`NumberHelper::numberFormat`,去掉参数`$decPoint``$thousandssep`
13+
14+
#### Removed
15+
- none
16+
417
## [v0.2.5]- 2020-10-15
518
#### Added
619
- none

docs/todo.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,3 @@ https://docs.aws.amazon.com/zh_cn/sdk-for-php/v3/developer-guide/guide_promises.
5555
```sh
5656
phpstan analyze src
5757
```
58-
59-
numberSub

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.5';
24+
const VERSION = '0.2.6';
2525
}

0 commit comments

Comments
 (0)