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 1654c47 commit 536d2e9Copy full SHA for 536d2e9
docs/changelog.md
@@ -1,6 +1,21 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [v0.3.1]- 2020-11-25
5
+#### Added
6
+- 方法`ConvertHelper::hex2Str`
7
+- 方法`ConvertHelper::str2hex`
8
+
9
+#### Fixed
10
+- none
11
12
+#### Changed
13
+- move `ArrayHelper::array2Object` to `ConvertHelper::array2Object`
14
+- move `ArrayHelper::object2Array` to `ConvertHelper::object2Array`
15
16
+#### Removed
17
18
19
## [v0.3.0]- 2020-11-21
20
#### Added
21
- 方法`NumberHelper::money2Yuan`
src/Version.php
@@ -21,5 +21,5 @@ class Version {
/**
22
* 版本号
23
*/
24
- const VERSION = '0.3.0';
+ const VERSION = '0.3.1';
25
}
0 commit comments