1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 09:59:48 +02:00

add 0.2.0 to history

This commit is contained in:
Ian Storm Taylor
2016-07-18 12:07:53 -07:00
parent f25e67178e
commit 9b9410d443

View File

@@ -1,5 +1,11 @@
:tada: - July 13, 2016
----------------------
## `0.2.0` - July 18, 2016
#### Breaking Changes
- Renamed the `mark` transform to `addMark`, and the `unmark` transform to `removeMark`. The new names make it clearer that the transforms are actions being performed, and it paves the way for adding a `toggleMark` convenience as well.
## :tada: - July 13, 2016
:sparkles: