diff --git a/CHANGELOG.md b/CHANGELOG.md index a22642da..2421d8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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