瀏覽代碼

Update the changelog for 4.1.1

Yuri Sizov 2 年之前
父節點
當前提交
80aef72ef3
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      CHANGELOG.md

+ 3 - 0
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