From ee3e785c6d104217848c9df3e0fcef5265434a1b Mon Sep 17 00:00:00 2001 From: merumelu Date: Sat, 30 Nov 2019 17:28:37 +0100 Subject: [PATCH] Add new tutorials to doc changelog Add visual shaders and microphone tutorials and update the version numbers in the first paragraph. --- about/docs_changelog.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/about/docs_changelog.rst b/about/docs_changelog.rst index b38439dda..13b4fbd78 100644 --- a/about/docs_changelog.rst +++ b/about/docs_changelog.rst @@ -3,9 +3,10 @@ Documentation changelog ======================= -The documentation is continually being improved. The release of version 3.1 +The documentation is continually being improved. The release of version 3.2 includes many new tutorials, many fixes and updates for old tutorials, and many updates -to the class reference. Below is a list of new tutorials added since version 3.0. +to the :ref:`class reference `. Below is a list of new tutorials +added since version 3.1. .. note:: This document only contains new tutorials so not all changes are reflected, many tutorials have been substantially updated but are not reflected in this document. @@ -26,6 +27,7 @@ Project workflow Audio ^^^^^ +- :ref:`doc_recording_with_microphone` - :ref:`doc_sync_with_audio` Math @@ -47,12 +49,12 @@ Internationalization Shading ^^^^^^^ -Your First Shader Series: - -- :ref:`doc_what_are_shaders` -- :ref:`doc_your_first_canvasitem_shader` -- :ref:`doc_your_first_spatial_shader` -- :ref:`doc_your_second_spatial_shader` +- Your First Shader Series: + - :ref:`doc_what_are_shaders` + - :ref:`doc_your_first_canvasitem_shader` + - :ref:`doc_your_first_spatial_shader` + - :ref:`doc_your_second_spatial_shader` +- :ref:`doc_visual_shaders` Networking ^^^^^^^^^^