aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2013-11-30 18:17:41 +0100
committerRay <raysan5@gmail.com>2013-11-30 18:17:41 +0100
commit74cf469b9df224755c48f7ddeb4000bb1ae5900b (patch)
tree03f8e4c8992d139b1fa5e45d7e2b96344f57d7c5 /CHANGELOG
parent294533ccda115b5e638ab1f9219f86d73c9c4550 (diff)
downloadraylib-74cf469b9df224755c48f7ddeb4000bb1ae5900b.tar.gz
raylib-74cf469b9df224755c48f7ddeb4000bb1ae5900b.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 846813da..be2a4d26 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,14 @@
changelog
---------
-Current: raylib 1.0.2 (November 2013)
+Current Release: raylib 1.0.2 (November 2013)
+
+NOTE: Only versions marked as 'Release' are available on release folder, updates are only available as source.
+NOTE: Current Release includes all previous updates.
+
-----------------------------------------------
-Update: raylib 1.0.2 (30 November 2013)
+Release: raylib 1.0.2 (30 November 2013)
-----------------------------------------------
[text] GetDefaultFont() - Added, get default SpriteFont to be used on DrawTextEx()
[shapes] CheckCollisionRecs() - Added, check collision between rectangles
@@ -28,7 +32,6 @@ Update: raylib 1.0.1 (28 November 2013)
[core] IsMouseButtonUp() - Added, check if mouse button is NOT being pressed
[core] IsMouseButtonReleased() - Change functionality, check if mouse button released once
[textures] DrawTexturePro() - Added, texture drawing with 'pro' parameters
-
[examples] Function changes applied to ALL examples
-----------------------------------------------