From 2192a3ea44f9cac68bfd50a668e9fd47fd2d3641 Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Sun, 15 Oct 2017 16:30:49 -0600 Subject: [PATCH] Updated CHANGELOG for 4.5.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f96f4613b..49336b002e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ Changelog ## 4.5.x +### 4.5.1 + +- Fixes [#893](https://github.com/marko-js/marko/issues/893) - Keyed element could be incorrectly removed after DOM diffing/patching in case of HTML element mismatch for elements with the same key. [PR #894](https://github.com/marko-js/marko/pull/894) by [@westtrade](https://github.com/westtrade) + ### 4.5.0 Summary of changes across all beta releases for the `4.5.0` release: