Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Oct 19, 2020
1 parent 6b3948e commit 386ecf3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

## [v0.2.6]- 2020-10-19
#### Added
- 新增`NumberHelper::numberSub`数值截取方法

#### Fixed
- none

#### Changed
- 修改`NumberHelper::numberFormat`,去掉参数`$decPoint``$thousandssep`

#### Removed
- none

## [v0.2.5]- 2020-10-15
#### Added
- none
Expand Down
2 changes: 0 additions & 2 deletions docs/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,3 @@ https://docs.aws.amazon.com/zh_cn/sdk-for-php/v3/developer-guide/guide_promises.
```sh
phpstan analyze src
```

numberSub
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ class Version {
/**
* 版本号
*/
const VERSION = '0.2.5';
const VERSION = '0.2.6';
}

0 comments on commit 386ecf3

Please sign in to comment.