Browse Source

Merge pull request #10191 from tetrapod00/changelog-44

Add section to Documentation changelog page for 4.4
Max Hilbrunner 9 months ago
parent
commit
cf448daab0
2 changed files with 20 additions and 0 deletions
  1. 18 0
      about/docs_changelog.rst
  2. 2 0
      tutorials/performance/pipeline_compilations.rst

+ 18 - 0
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,
 .. 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.3
+---------------------------
+
+Editor
+^^^^^^
+
+- :ref:`doc_using_the_xr_editor`
+
+Performance
+^^^^^^^^^^^
+
+- :ref:`doc_pipeline_compilations`
+
+Rendering
+^^^^^^^^^
+
+- :ref:`doc_renderers`
+
 New pages since version 4.2
 New pages since version 4.2
 ---------------------------
 ---------------------------
 
 

+ 2 - 0
tutorials/performance/pipeline_compilations.rst

@@ -1,3 +1,5 @@
+.. _doc_pipeline_compilations:
+
 Reducing Stutter from Shader (Pipeline) Compilations
 Reducing Stutter from Shader (Pipeline) Compilations
 ====================================================
 ====================================================