From 6dee61050b9ecfe1b8f1b1f455af8d527567520d Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Tue, 8 Oct 2024 22:29:21 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dde93e32..8fd368a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.44.1 +### Bugfix +* fix errors with form autofill outside of the terminal [#977](https://github.com/jcubic/jquery.terminal/issues/977) + ## 2.44.0 ### Features * new API `terminal::animation()` and `terminal::delay()` [#683](https://github.com/jcubic/jquery.terminal/issues/683)