Skip to content

Commit 49fc8fc

Browse files
committed
fix changelog.md
1 parent af555d2 commit 49fc8fc

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

docs/changelog.md

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

4+
## [v0.3.0]- 2020-11-21
5+
#### Added
6+
- 方法`NumberHelper::money2Yuan`
7+
- 方法`NumberHelper::nearLogarithm`
8+
- 方法`NumberHelper::splitNaturalNum`
9+
- 方法`OsHelper::getOS`
10+
- 方法`OsHelper::isMac`
11+
- 方法`StringHelper::grabBrackets`
12+
- 方法`StringHelper::stripBrackets`
13+
- 方法`StringHelper::toArray`
14+
15+
#### Fixed
16+
- 修改`BaseService::getError`为null时类型错误
17+
18+
#### Changed
19+
- 修改`FileHelper::img2Base64`,增加图片类型
20+
- 修改`StringHelper::dstrpos`,使用mb_strpos
21+
22+
#### Removed
23+
- none
24+
425
## [v0.2.9]- 2020-11-16
526
#### Added
627
- 方法`FileHelper::formatPath`

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

0 commit comments

Comments
 (0)