diff --git a/CHANGELOG.md b/CHANGELOG.md index ad68842..887e4a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,16 +3,22 @@ > All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [[v0.7.0]](https://github.com/springload/draftjs_exporter/releases/tag/v0.7.0) - 2017-02-15 + +### Added + +- Add support for decorators thanks to @su27 (#16, #17). + ## [[v0.6.2]](https://github.com/springload/draftjs_exporter/releases/tag/v0.6.2) - 2017-01-18 ### Added -- Add profiling tooling thanks to [@su27](https://github.com/su27) [#31](https://github.com/springload/draftjs_exporter/issues/31). -- Add more common entity types in constants (#34) +- Add profiling tooling thanks to @su27 (#31). +- Add more common entity types in constants (#34). ### Fixed -- Stop mutating entity data when rendering entities (#36) +- Stop mutating entity data when rendering entities (#36). ## [[v0.6.1]](https://github.com/springload/draftjs_exporter/releases/tag/v0.6.1) - 2016-12-21 diff --git a/README.rst b/README.rst index f2a901c..e4e09cc 100644 --- a/README.rst +++ b/README.rst @@ -106,6 +106,7 @@ This project adheres to `Semantic Versioning`_, and measures performance and `co * Convert line breaks to ``
`` elements. * Define any attribute in the block map – custom class names for elements. * React-like API to create custom entity decorators. +* React-like API to create composite decorators for text. * Automatic conversion of entity data to HTML attributes (int & boolean to string, ``className`` to ``class``). * Wrapped blocks (``
  • `` elements go inside ``