update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov
2018-10-24 08:02:01 -05:00
parent 5136e29d6a
commit 7a95e9ad80
4 changed files with 58 additions and 3 deletions

View File

@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [new version][unreleased]
## [2.5.0][2018-10-24]
### Added
* New `anchorCornerRadius` for `Konva.Transformer`
@@ -14,7 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
* ``dragstart` event behaviour is a bit changed. It will fire BEFORE actual position of a node is changed.
* `dragstart` event behavior is a bit changed. It will fire BEFORE actual position of a node is changed.
## [2.4.2][2018-10-12]