log changes

This commit is contained in:
Anton Lavrenov 2018-02-01 10:31:35 +07:00
parent 43f26ed65c
commit 39f8685fce

View File

@ -8,7 +8,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
* new `Konva.Transformer` group that allow simple resize, and rotate of a shape.
* Add ability to remove event by callback `node.off('event', callback)`
* Add ability to remove event by callback `node.off('event', callback)`.
* new `Konva.Filters.Contrast`.
## Changed