Skip to content

Commit

Permalink
Update documentation changelog for 4.1
Browse files Browse the repository at this point in the history
This lists pages added between 3.6 and 4.1. Pages that will be added
in both `master` and `3.6` branches after 3.5 was released should be
added in the 3.6 section instead.
  • Loading branch information
Calinou committed Jul 10, 2023
1 parent 3c2412d commit db196f3
Showing 1 changed file with 115 additions and 3 deletions.
118 changes: 115 additions & 3 deletions about/docs_changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
:article_outdated: True

.. _doc_docs_changelog:

Documentation changelog
Expand All @@ -13,6 +11,121 @@ 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.0
---------------------------

Development
^^^^^^^^^^^

- :ref:`doc_internal_rendering_architecture`
- :ref:`doc_using_sanitizers`

Migrating
^^^^^^^^^

- :ref:`doc_upgrading_to_godot_4.1`

Physics
^^^^^^^

- :ref:`doc_troubleshooting_physics_issues`

New pages since version 3.6
---------------------------

2D
^^

- :ref:`doc_2d_antialiasing`

3D
^^

- :ref:`doc_3d_antialiasing`
- :ref:`doc_faking_global_illumination`
- :ref:`doc_introduction_to_global_illumination`
- :ref:`doc_mesh_lod`
- :ref:`doc_occlusion_culling`
- :ref:`doc_using_sdfgi`
- :ref:`doc_using_decals`
- :ref:`doc_visibility_ranges`
- :ref:`doc_volumetric_fog`
- :ref:`doc_variable_rate_shading`
- :ref:`doc_physical_light_and_camera_units`

Animation
^^^^^^^^^

- :ref:`doc_creating_movies`

Assets pipeline
^^^^^^^^^^^^^^^

- :ref:`doc_retargeting_3d_skeletons`

Development
^^^^^^^^^^^

- :ref:`doc_custom_platform_ports`

Migrating
^^^^^^^^^

- :ref:`doc_upgrading_to_godot_4`

Physics
^^^^^^^

- :ref:`doc_large_world_coordinates`

Scripting
^^^^^^^^^

- :ref:`doc_custom_performance_monitors`
- :ref:`doc_c_sharp_collections`
- :ref:`doc_c_sharp_global_classes`
- :ref:`doc_c_sharp_variant`

Shaders
^^^^^^^

- :ref:`doc_compute_shaders`

Workflow
^^^^^^^^

- :ref:`doc_pr_review_guidelines`

XR
^^

- :ref:`doc_introducing_xr_tools`
- :ref:`doc_xr_action_map`
- :ref:`doc_deploying_to_android`

New pages since version 3.5
---------------------------

None.

New pages since version 3.4
---------------------------

3D
^^

- :ref:`doc_3d_text`

Animation
^^^^^^^^^

- :ref:`doc_playing_videos`

Editor
^^^^^^

- :ref:`doc_managing_editor_features`

New pages since version 3.3
---------------------------

Expand Down Expand Up @@ -87,7 +200,6 @@ Math
Platform-specific
^^^^^^^^^^^^^^^^^

- :ref:`doc_android_custom_build`
- :ref:`doc_plugins_for_ios`
- :ref:`doc_ios_plugin`
- :ref:`doc_html5_shell_classref`
Expand Down

0 comments on commit db196f3

Please sign in to comment.