Skip to content

Commit 3b34bb1

Browse files
authored
Merge pull request godotengine#6329 from Calinou/update-docs-changelog-4.0
Update documentation changelog for 4.1
2 parents a7994f2 + db196f3 commit 3b34bb1

File tree

1 file changed

+115
-3
lines changed

1 file changed

+115
-3
lines changed

about/docs_changelog.rst

Lines changed: 115 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:article_outdated: True
2-
31
.. _doc_docs_changelog:
42

53
Documentation changelog
@@ -13,6 +11,121 @@ added since version 3.0.
1311
.. note:: This document only contains new pages so not all changes are reflected,
1412
many pages have been substantially updated but are not reflected in this document.
1513

14+
New pages since version 4.0
15+
---------------------------
16+
17+
Development
18+
^^^^^^^^^^^
19+
20+
- :ref:`doc_internal_rendering_architecture`
21+
- :ref:`doc_using_sanitizers`
22+
23+
Migrating
24+
^^^^^^^^^
25+
26+
- :ref:`doc_upgrading_to_godot_4.1`
27+
28+
Physics
29+
^^^^^^^
30+
31+
- :ref:`doc_troubleshooting_physics_issues`
32+
33+
New pages since version 3.6
34+
---------------------------
35+
36+
2D
37+
^^
38+
39+
- :ref:`doc_2d_antialiasing`
40+
41+
3D
42+
^^
43+
44+
- :ref:`doc_3d_antialiasing`
45+
- :ref:`doc_faking_global_illumination`
46+
- :ref:`doc_introduction_to_global_illumination`
47+
- :ref:`doc_mesh_lod`
48+
- :ref:`doc_occlusion_culling`
49+
- :ref:`doc_using_sdfgi`
50+
- :ref:`doc_using_decals`
51+
- :ref:`doc_visibility_ranges`
52+
- :ref:`doc_volumetric_fog`
53+
- :ref:`doc_variable_rate_shading`
54+
- :ref:`doc_physical_light_and_camera_units`
55+
56+
Animation
57+
^^^^^^^^^
58+
59+
- :ref:`doc_creating_movies`
60+
61+
Assets pipeline
62+
^^^^^^^^^^^^^^^
63+
64+
- :ref:`doc_retargeting_3d_skeletons`
65+
66+
Development
67+
^^^^^^^^^^^
68+
69+
- :ref:`doc_custom_platform_ports`
70+
71+
Migrating
72+
^^^^^^^^^
73+
74+
- :ref:`doc_upgrading_to_godot_4`
75+
76+
Physics
77+
^^^^^^^
78+
79+
- :ref:`doc_large_world_coordinates`
80+
81+
Scripting
82+
^^^^^^^^^
83+
84+
- :ref:`doc_custom_performance_monitors`
85+
- :ref:`doc_c_sharp_collections`
86+
- :ref:`doc_c_sharp_global_classes`
87+
- :ref:`doc_c_sharp_variant`
88+
89+
Shaders
90+
^^^^^^^
91+
92+
- :ref:`doc_compute_shaders`
93+
94+
Workflow
95+
^^^^^^^^
96+
97+
- :ref:`doc_pr_review_guidelines`
98+
99+
XR
100+
^^
101+
102+
- :ref:`doc_introducing_xr_tools`
103+
- :ref:`doc_xr_action_map`
104+
- :ref:`doc_deploying_to_android`
105+
106+
New pages since version 3.5
107+
---------------------------
108+
109+
None.
110+
111+
New pages since version 3.4
112+
---------------------------
113+
114+
3D
115+
^^
116+
117+
- :ref:`doc_3d_text`
118+
119+
Animation
120+
^^^^^^^^^
121+
122+
- :ref:`doc_playing_videos`
123+
124+
Editor
125+
^^^^^^
126+
127+
- :ref:`doc_managing_editor_features`
128+
16129
New pages since version 3.3
17130
---------------------------
18131

@@ -87,7 +200,6 @@ Math
87200
Platform-specific
88201
^^^^^^^^^^^^^^^^^
89202

90-
- :ref:`doc_android_custom_build`
91203
- :ref:`doc_plugins_for_ios`
92204
- :ref:`doc_ios_plugin`
93205
- :ref:`doc_html5_shell_classref`

0 commit comments

Comments
 (0)