From 1fff68d6254cc2a24818ec1b47fc15c46a34a436 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Fri, 27 Apr 2018 16:53:40 -0700 Subject: [PATCH] remove unreleased from changelog --- packages/slate-hyperscript/Changelog.md | 9 --------- 1 file changed, 9 deletions(-) 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