summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2017-05-17 09:09:23 +0200
committerGitHub <[email protected]>2017-05-17 09:09:23 +0200
commit2800b2a19a2d0a57f70150db0506e01daff75b0d (patch)
treeeed379da2ce526d35c55ceec1910fe8f85d6c6ec
parent1e2d3d93fe7808f27a4d1ac1d43133f785694019 (diff)
downloadraylib-2800b2a19a2d0a57f70150db0506e01daff75b0d.tar.gz
raylib-2800b2a19a2d0a57f70150db0506e01daff75b0d.zip
Update CHANGELOG
-rw-r--r--CHANGELOG23
1 files changed, 20 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 71f3d071..a090ebad 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,22 @@
changelog
---------
-Current Release: raylib 1.6.0 (20 November 2016)
+Current Release: raylib 1.7.0 (20 May 2017)
+
+-----------------------------------------------
+Release: raylib 1.7.0 (20 May 2017)
+-----------------------------------------------
+NOTE:
+ In this new raylib release, multiple parts of the library have been reviewed for consistency and simplification.
+ It exposes almost 300 functions, around 30 new functions in comparison with previous version and, again,
+ it sets a stepping stone towards raylib future.
+
+BIG changes:
+// TODO.
+
+other changes:
+// TODO.
+
-----------------------------------------------
Release: raylib 1.6.0 (20 November 2016)
@@ -15,7 +30,7 @@ HUGE changes:
[audio] COMPLETE REDESIGN: Improved music support and also raw audio data processing and playing, +20 new functions added.
[physac] COMPLETE REWRITE: Improved performance, functionality and simplified usage, moved to own repository and added multiple examples!
-Other changes:
+other changes:
[core] Corrected issue on OSX with HighDPI display
[core] Added flag to allow resizable window
@@ -166,6 +181,7 @@ BIG changes:
[physac] NEW MODULE: Basic 2D physics support, use colliders and rigidbodies; apply forces to physic objects.
other changes:
+
[rlgl] Removed GLEW library dependency, now using GLAD
[rlgl] Implemented alternative to glGetTexImage() on OpenGL ES
[rlgl] Using depth data on batch drawing
@@ -204,7 +220,8 @@ BIG changes:
[gestures] NEW MODULE: Gestures system for Android and HTML5 platforms
[raygui] NEW MODULE: Set of IMGUI elements for tools development (experimental)
-smaller changes:
+other changes:
+
[rlgl] Added check for OpenGL supported extensions
[rlgl] Added function SetBlenMode() to select some predefined blending modes
[core] Added support for drop&drag of external files into running program