From 9cbe1084bd9fdea8b0a47aede7a594d6235de03d Mon Sep 17 00:00:00 2001 From: tetrapod00 <145553014+tetrapod00@users.noreply.github.com> Date: Sat, 2 Nov 2024 11:37:48 -0700 Subject: [PATCH] Update documentation changelog for 4.4 --- about/docs_changelog.rst | 18 ++++++++++++++++++ .../performance/pipeline_compilations.rst | 2 ++ 2 files changed, 20 insertions(+) diff --git a/about/docs_changelog.rst b/about/docs_changelog.rst index f841547be..f7e8af476 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.3 +--------------------------- + +Editor +^^^^^^ + +- :ref:`doc_using_the_xr_editor` + +Performance +^^^^^^^^^^^ + +- :ref:`doc_pipeline_compilations` + +Rendering +^^^^^^^^^ + +- :ref:`doc_renderers` + New pages since version 4.2 --------------------------- diff --git a/tutorials/performance/pipeline_compilations.rst b/tutorials/performance/pipeline_compilations.rst index aa15cc01d..9bfebcd85 100644 --- a/tutorials/performance/pipeline_compilations.rst +++ b/tutorials/performance/pipeline_compilations.rst @@ -1,3 +1,5 @@ +.. _doc_pipeline_compilations: + Reducing Stutter from Shader (Pipeline) Compilations ====================================================