summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <[email protected]>2016-11-25 22:26:36 +0100
committerRay <[email protected]>2016-11-25 22:26:36 +0100
commitf5d792e5514188da56bb35c205e058bca473a300 (patch)
tree5b92cb94e8a94e851859638f5ad06ac31c7d3bec /CHANGELOG
parentd91ad4e2aaee966ed9143494d60774fd16d313f9 (diff)
downloadraylib-f5d792e5514188da56bb35c205e058bca473a300.tar.gz
raylib-f5d792e5514188da56bb35c205e058bca473a300.zip
Update Lua naming
Replaced LUA by Lua
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8b51d799..71f3d071 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,7 +11,7 @@ NOTE:
It includes some interesting new features and is a stepping stone towards raylib future.
HUGE changes:
-[rlua] LUA BINDING: Complete raylib LUA binding, ALL raylib functions ported to LUA plus the +60 code examples.
+[rlua] Lua BINDING: Complete raylib Lua binding, ALL raylib functions ported to Lua plus the +60 code examples.
[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!