From 80aef72ef36b1e8c7d3058990024b74895d2b271 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Mon, 17 Jul 2023 12:12:37 +0200 Subject: [PATCH] Update the changelog for 4.1.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b5fb4a9db6..565fab954adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,7 @@ See the [release announcement](https://godotengine.org/article/maintenance-relea #### Animation - Fix infinite loop state check in `AnimationStateMachine` ([GH-79141](https://github.com/godotengine/godot/pull/79141)). +- Fix `tween_property` on `Basis` to properly update its value ([GH-79426](https://github.com/godotengine/godot/pull/79426)). #### Buildsystem @@ -103,6 +104,8 @@ See the [release announcement](https://godotengine.org/article/maintenance-relea - Fix dropping files from `res://` to `res://` ([GH-78914](https://github.com/godotengine/godot/pull/78914)). - Do not change a node unique name to the same name ([GH-78925](https://github.com/godotengine/godot/pull/78925)). - Collapse bottom panel if there is no active tab ([GH-79078](https://github.com/godotengine/godot/pull/79078)). +- Fix `ui_cancel` action not closing `FindReplaceBar` ([GH-79079](https://github.com/godotengine/godot/pull/79079)). +- Emit `history_changed` on merged UndoRedo actions ([GH-79484](https://github.com/godotengine/godot/pull/79484)). #### Export