Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Bump CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed May 29, 2017
1 parent 37a0e07 commit 9c24c5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.2.0] - 2017-05-29
### Added
- `&TextDelta.apply/2` and `&TextDelta.apply!/2`

### Changed
- Moved repository under `deltadoc` organisation.
- Text state is now represented with `TextDelta.state` type rather than
`TextDelta.document` throughout the codebase. `TextDelta.document` is still
there in form of an alias for `TextDelta.state`.
Expand Down Expand Up @@ -53,7 +56,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Attributes support in `insert` and `retain`
- Delta composition and transformation with attributes supported

[Unreleased]: https://github.com/everzet/text_delta/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/everzet/text_delta/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/everzet/text_delta/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/everzet/text_delta/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/everzet/text_delta/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/everzet/text_delta/compare/v1.0.0...v1.0.1
Expand Down

0 comments on commit 9c24c5d

Please sign in to comment.