From 2db18ee7e19f76088ec82b85991ce44a8ed92c80 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Wed, 7 Aug 2019 18:47:48 +0700 Subject: [PATCH] update CHANGELOG with new version --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a092a9..aef4186c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Not released: +## [4.0.1][2019-08-07] + +* Better `Konva.Arrow` + tension drawing +* Typescript fixes + ## [4.0.0][2019-08-05] Basically the release doesn't have any breaking changes. You may only have issues if you are using something from `Konva.DD` object (which is private and never documented). Otherwise you should be fine. `Konva` has major upgrade about touch events system and drag&drop flow. The API is exactly the same. But the internal refactoring is huge so I decided to make a major version. Please upgrade carefully. Report about any issues you have.