Browse Source

Update documentation changelog for 4.2

Hugo Locurcio 1 year ago
parent
commit
0f36f060c9
2 changed files with 30 additions and 0 deletions
  1. 28 0
      about/docs_changelog.rst
  2. 2 0
      tutorials/scripting/c_sharp/diagnostics/index.rst

+ 28 - 0
about/docs_changelog.rst

@@ -11,6 +11,34 @@ added since version 3.0.
 .. note:: This document only contains new pages so not all changes are reflected,
 .. 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.
           many pages have been substantially updated but are not reflected in this document.
 
 
+New pages since version 4.1
+---------------------------
+
+C#
+^^
+
+- :ref:`doc_c_sharp_diagnostics`
+
+Development
+^^^^^^^^^^^
+
+- :ref:`doc_2d_coordinate_systems`
+
+Migrating
+^^^^^^^^^
+
+- :ref:`doc_upgrading_to_godot_4.2`
+
+I/O
+^^^
+
+- :ref:`doc_runtime_loading_and_saving`
+
+Platform-specific
+^^^^^^^^^^^^^^^^^
+
+- :ref:`doc_android_library`
+
 New pages since version 4.0
 New pages since version 4.0
 ---------------------------
 ---------------------------
 
 

+ 2 - 0
tutorials/scripting/c_sharp/diagnostics/index.rst

@@ -1,3 +1,5 @@
+.. _doc_c_sharp_diagnostics:
+
 C# diagnostics
 C# diagnostics
 ==============
 ==============