From 34edfc94acc7d506cab96890c004f50012ab5194 Mon Sep 17 00:00:00 2001 From: fgnm Date: Sun, 13 Mar 2022 14:26:40 +0100 Subject: [PATCH] [cd skip] Update `CHANGES` --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4b61b858..2e806d83 100644 --- a/CHANGES +++ b/CHANGES @@ -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