diff --git a/docs/changelog.md b/docs/changelog.md index 3040651..c50ceda 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/src/Version.php b/src/Version.php index 70b1f1f..1338dcf 100644 --- a/src/Version.php +++ b/src/Version.php @@ -21,5 +21,5 @@ class Version { /** * 版本号 */ - const VERSION = '0.3.5'; + const VERSION = '0.3.6'; } \ No newline at end of file