From 58639bac691c659b8c67c958adb1bba2349c331e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20Veps=C3=A4l=C3=A4inen?= Date: Wed, 16 Dec 2020 10:36:52 +0100 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a04d64..bc7c39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.7.1 / 2020-12-16 + +- Fix - Fix a merge failure for `mergeWithRules` when non-array matches are merged. #166 + ## 5.7.0 / 2020-12-12 - Feat - Throw a `TypeError` if trying to use `mergeWithRules` with invalid configuration types for `append`/`prepend`/`merge` operations.