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 859ddda commit 4df24e4Copy full SHA for 4df24e4
docs/changelog.md
@@ -2,6 +2,24 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [v0.4.9]- 2023-06-15
6
+
7
+#### Added
8
9
+- none
10
11
+#### Fixed
12
13
14
15
+#### Changed
16
17
+- 修改`BaseService::$result`类型为mixed
18
19
+#### Removed
20
21
22
23
## [v0.4.8]- 2023-06-06
24
25
#### Added
src/Version.php
@@ -21,5 +21,5 @@ class Version {
/**
* 版本号
*/
- const VERSION = '0.4.8';
+ const VERSION = '0.4.9';
}
0 commit comments