From 6777ea58bd83c407bc3fc57f9cd343a1ef5da5e0 Mon Sep 17 00:00:00 2001 From: Ronan Giron Date: Wed, 31 Mar 2021 09:54:03 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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