Skip to content

Commit

Permalink
Release v2.1.6 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed May 28, 2019
1 parent ad5280a commit 4c33bb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
## Unreleased

## [v2.1.6](https://github.com/springload/draftjs_exporter/releases/tag/v2.1.6)

### Changed

* Assume same block defaults as Draft.js would when attributes are missing: depth = 0, type = unstyled, no entities, no styles ([#110](https://github.com/springload/draftjs_exporter/pull/110)).
* Assume same block defaults as Draft.js would when attributes are missing: depth = 0, type = unstyled, no entities, no styles ([#110](https://github.com/springload/draftjs_exporter/pull/110), thanks to [@tpict](https://github.com/tpict)).
* Minor performance improvements for text-only blocks ([#111](https://github.com/springload/draftjs_exporter/pull/111)).

## [v2.1.5](https://github.com/springload/draftjs_exporter/releases/tag/v2.1.5)
Expand Down
2 changes: 1 addition & 1 deletion draftjs_exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'draftjs_exporter'
__version__ = '2.1.5'
__version__ = '2.1.6'
__author__ = 'Springload'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016-present Springload'

0 comments on commit 4c33bb2

Please sign in to comment.