diff --git a/packages/slate-hyperscript/Changelog.md b/packages/slate-hyperscript/Changelog.md index e873c2dbb..149992f84 100644 --- a/packages/slate-hyperscript/Changelog.md +++ b/packages/slate-hyperscript/Changelog.md @@ -4,15 +4,6 @@ This document maintains a list of changes to the `slate-hyperscript` package wit --- -### Unreleased - -* Accept `normalize` option for `` tag. This allows to write - invalid values, on purpose, for example to test validation logic. -* Fixed a bug that added extra text nodes. You would not encounter these if you always wrapped things in a `` tag, that was running a normalization. -* **Decorations** can now also be specified in hyperscript, similarly to specifying a selection. See the examples under `./test/decorations/`. - ---- - ### `0.5.0` — January 4, 2018 ###### BREAKING