From 3e2a93d619587039e7e19c241c2c092c321c7e4a Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 7 Oct 2025 19:12:40 +0200 Subject: [PATCH] Update documentation changelog for Godot 4.5 --- about/docs_changelog.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/about/docs_changelog.rst b/about/docs_changelog.rst index 4497b294f18..e7c67282ecd 100644 --- a/about/docs_changelog.rst +++ b/about/docs_changelog.rst @@ -13,6 +13,24 @@ added since version 3.0. .. note:: This document only contains new pages so not all changes are reflected, many pages have been substantially updated but are not reflected in this document. +New pages since version 4.4 +--------------------------- + +Editor +~~~~~~ + +- :ref:`doc_using_engine_compilation_configuration_editor` + +Migrating +~~~~~~~~~ + +- :ref:`doc_upgrading_to_godot_4.5` + +Scripting +~~~~~~~~~ + +- :ref:`doc_logging` + New pages since version 4.3 --------------------------- @@ -36,6 +54,16 @@ Editor - :ref:`doc_using_the_xr_editor` +GDExtension +~~~~~~~~~~~ + +- :ref:`doc_gdextension_c_example` + +Migrating +~~~~~~~~~ + +- :ref:`doc_upgrading_to_godot_4.4` + Performance ~~~~~~~~~~~