diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d60eaf05..526685e1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.