summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <[email protected]>2021-04-26 18:00:33 +0200
committerRay <[email protected]>2021-04-26 18:00:33 +0200
commitb6c8d343dca2ef19c23c50975328a028124cf3cb (patch)
treea12f750dc923e5e2272963e47b0986ca5030ad2d /CHANGELOG
parentb663724293778260a74ec56f2d6f3c4f176627a5 (diff)
downloadraylib-b6c8d343dca2ef19c23c50975328a028124cf3cb.tar.gz
raylib-b6c8d343dca2ef19c23c50975328a028124cf3cb.zip
Update CHANGELOG3.7.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d80f2dc3..c37aa316 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,10 @@
changelog
---------
-Current Release: raylib 3.7.0 (23 April 2021)
+Current Release: raylib 3.7.0 (26 April 2021)
-------------------------------------------------------------------------
-Release: raylib 3.7 (23 April 2021)
+Release: raylib 3.7 (26 April 2021)
-------------------------------------------------------------------------
KEY CHANGES:
- [rlgl] REDESIGNED: Greater abstraction level, some functionality moved to core module
@@ -66,7 +66,6 @@ Detailed changes:
[models] ADDED: DrawMesh()
[models] ADDED: DrawMeshInstanced()
[models] ADDED: UnloadModelAnimations() (#1648) by @object71
-[models] ADDED: GenMeshDefault() (#1556)
[models] REMOVED: DrawGizmo()
[models] REMOVED: LoadMeshes()
[models] REMOVED: MeshNormalsSmooth()