From 77536548a00440b7c08ec7d07028d7e46b0cdf2b Mon Sep 17 00:00:00 2001 From: kakuilan Date: Sat, 31 Oct 2020 18:39:30 +0800 Subject: [PATCH] fix docs/changelog.md --- docs/changelog.md | 13 +++++++++++++ src/Version.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index f02c3cf..f0a332b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. +## [v0.2.7]- 2020-10-31 +#### Added +- none + +#### Fixed +- 修复`ArrayHelper::object2Array`当对象内嵌对象时不转换问题 + +#### Changed +- none + +#### Removed +- none + ## [v0.2.6]- 2020-10-19 #### Added - 新增`NumberHelper::numberSub`数值截取方法 diff --git a/src/Version.php b/src/Version.php index e39f96b..a249c66 100644 --- a/src/Version.php +++ b/src/Version.php @@ -21,5 +21,5 @@ class Version { /** * 版本号 */ - const VERSION = '0.2.6'; + const VERSION = '0.2.7'; } \ No newline at end of file