Update changelog.txt.

This commit is contained in:
Relintai 2024-09-20 17:21:42 +02:00
parent 12c65f1129
commit b1ef75716d

View File

@ -12,6 +12,7 @@ Highlights:
- New Procedural Tree 3D Module. Adds a new 'ProceduralTreeMesh' Mesh class that can generate trees procedurally. It uses https://github.com/jarikomppa/proctree .
- Backported text-to-speech support.
- Now the releases include a gdnative headers zip.
Breaking changes:
@ -29,6 +30,12 @@ Breaking changes:
- New Procedural Tree 3D Module. Adds a new 'ProceduralTreeMesh' Mesh class that can generate trees procedurally. It uses https://github.com/jarikomppa/proctree .
#### Release
- Now the releases include a gdnative headers zip.
- Reworked the copy_repos script to use git locally to make a copy from the local engine tree.
- Copy gdnative headers helper script.
### Fixed
- Make sure the thumbnail view is the default in the FileSystemDock as intended.