diff --git a/about/docs_changelog.rst b/about/docs_changelog.rst index 6c432a56a..f841547be 100644 --- a/about/docs_changelog.rst +++ b/about/docs_changelog.rst @@ -13,6 +13,52 @@ 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.2 +--------------------------- + +About +^^^^^ + +- :ref:`doc_system_requirements` + +2D +^^ + +- :ref:`doc_2d_parallax` + +Contributing +^^^^^^^^^^^^ + +- :ref:`doc_handling_compatibility_breakages` +- :ref:`doc_ways_to_contribute` + +GDExtension +^^^^^^^^^^^ + +- :ref:`doc_gdextension_file` +- :ref:`doc_gdextension_docs_system` + +Migrating +^^^^^^^^^ + +- :ref:`doc_upgrading_to_godot_4.3` + +Rendering +^^^^^^^^^ + +- :ref:`doc_compositor` + +XR +^^ + +- :ref:`doc_a_better_xr_start_script` +- :ref:`doc_openxr_passthrough` +- :ref:`doc_xr_next_steps` +- :ref:`doc_openxr_settings` +- :ref:`doc_openxr_composition_layers` +- :ref:`doc_openxr_body_tracking` + + New pages since version 4.1 --------------------------- diff --git a/tutorials/2d/2d_parallax.rst b/tutorials/2d/2d_parallax.rst index ca8fea699..aaaeff54f 100644 --- a/tutorials/2d/2d_parallax.rst +++ b/tutorials/2d/2d_parallax.rst @@ -1,4 +1,4 @@ -.. doc_2d_parallax: +.. _doc_2d_parallax: 2D Parallax ===========