aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFabio Mascarenhas <mascarenhas@gmail.com>2012-10-04 07:00:22 -0700
committerFabio Mascarenhas <mascarenhas@gmail.com>2012-10-04 07:00:22 -0700
commit62d5dbe3b6375e19573ad8f8af23df318bb05042 (patch)
tree899cba2237f04413e54165b0f513ed6ba0735a6b /README
parent944e325e2930a19ed7783816def8cd94508a15f8 (diff)
parentf42c1a1a38cb6ee448bbb36fb5c8fadeebef84fc (diff)
downloadluafilesystem-62d5dbe3b6375e19573ad8f8af23df318bb05042.tar.gz
luafilesystem-62d5dbe3b6375e19573ad8f8af23df318bb05042.tar.bz2
luafilesystem-62d5dbe3b6375e19573ad8f8af23df318bb05042.zip
Merge pull request #18 from devurandom/fix/lua52
Full Lua 5.2 compatibility and adherance to modules-create-no-globals
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index c1fe6c7..db67923 100644
--- a/README
+++ b/README
@@ -22,6 +22,9 @@ Please check the documentation at doc/us/ for more information.
22History 22History
23------- 23-------
24 24
25Version 1.6.2 [??/Oct/2012]
26 * Full Lua 5.2 compatibility (with Lua 5.1 fallbacks)
27
25Version 1.6.1 [01/Oct/2012] 28Version 1.6.1 [01/Oct/2012]
26 * fix build for Lua 5.2 29 * fix build for Lua 5.2
27 30