1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 13:18:29 +01:00

update changelog

This commit is contained in:
Ian Storm Taylor 2018-03-22 14:55:43 -07:00
parent dce7e2c439
commit d33e9139c9

View File

@ -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