[cd skip] Update CHANGES

This commit is contained in:
fgnm
2022-03-13 14:26:40 +01:00
parent 23ac981e87
commit 34edfc94ac
+3 -1
View File
@@ -2,15 +2,17 @@
- [BREAK CHANGE] Update Project version to `1.0.0`
- Extensions are completely detached from base runtime
- Custom Variables are stored in JSON format
- Bug fixes and stability improvements
- Bug fixes and stability improvements (as usual...)
= Editor =
- New polygons management with open-ended shapes
- Fully undecorated in Windows OS and macOS
- Better UI
- Use ANGLE GLES 2.0 instead of OpenGL 3+
= Runtime =
- Rework Assets management
- Implement `TextureArrayCpuPolygonSpriteBatch` and `TextureArrayPolygonSpriteBatch` (For GLES 2.0)
[0.0.8]
- [BREAK CHANGE] Rework runtime code, replaced Ashley ECS with Artemis-odb