diff --git a/CHANGELOG.md b/CHANGELOG.md index b952591..9a2f274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This projec to [Semantic Versioning] (http://semver.org/). For change log format, use [Keep a Changelog] (http://keepachangelog.com/). +## [1.1.3] - 2021-03-31 + +### Fixed + +- Fixed ArrayHelper::traverseGet() not returning any default value on a non-existent final key +- Fixed ArrayHelper::traverseSet() not set value on a non-existent final key + ## [1.1.2] - 2021-03-11 ### Fixed