From b581bd6c229343b28bb8cefa4cb0c428491f31c2 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Wed, 20 Dec 2023 09:37:09 -0500 Subject: [PATCH] update CHANGELOG with new version --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 073fa921..73d6115b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### 9.3.0 (2023-12-20) + +- New attribute `rotateLineVisible` for `Konva.Transformer` to show/hide rotate line + ### 9.2.3 (2023-10-31) - Better `Konva.Transformer` work when it has `flipEnabled = false`.