From d33e9139c9ed64606778e34a6078eb1e1bb4a663 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Thu, 22 Mar 2018 14:55:43 -0700 Subject: [PATCH] update changelog --- packages/slate-html-serializer/Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/slate-html-serializer/Changelog.md b/packages/slate-html-serializer/Changelog.md index 40989b705..3b90fad56 100644 --- a/packages/slate-html-serializer/Changelog.md +++ b/packages/slate-html-serializer/Changelog.md @@ -4,6 +4,14 @@ This document maintains a list of changes to the `slate-html-serializer` package --- +### `0.6.0` — March 22, 2018 + +###### BREAKING + +* **Returning `null` now ignores the node.** Previously it would be treated the same as `undefined`, which will move on to the next rule in the stack. Now it ignores the node and moves onto the next node instead. + +--- + ### `0.5.0` — January 4, 2018 ###### BREAKING