Skip to content

Commit

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

## [v0.3.6]- 2020-12-19
#### Added
- none

#### Fixed
- none

#### Changed
- 修改`ArrayHelper::searchItem`支持可迭代的对象
- 修改`ArrayHelper::searchMutil`支持可迭代的对象

#### Removed
- none

## [v0.3.5]- 2020-12-18
#### Added
- none
Expand Down
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.3.5';
const VERSION = '0.3.6';
}

0 comments on commit 1c245e1

Please sign in to comment.