diff options
author | Fabio Mascarenhas <mascarenhas@gmail.com> | 2012-10-04 07:00:22 -0700 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@gmail.com> | 2012-10-04 07:00:22 -0700 |
commit | 62d5dbe3b6375e19573ad8f8af23df318bb05042 (patch) | |
tree | 899cba2237f04413e54165b0f513ed6ba0735a6b /README | |
parent | 944e325e2930a19ed7783816def8cd94508a15f8 (diff) | |
parent | f42c1a1a38cb6ee448bbb36fb5c8fadeebef84fc (diff) | |
download | luafilesystem-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-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ Please check the documentation at doc/us/ for more information. | |||
22 | History | 22 | History |
23 | ------- | 23 | ------- |
24 | 24 | ||
25 | Version 1.6.2 [??/Oct/2012] | ||
26 | * Full Lua 5.2 compatibility (with Lua 5.1 fallbacks) | ||
27 | |||
25 | Version 1.6.1 [01/Oct/2012] | 28 | Version 1.6.1 [01/Oct/2012] |
26 | * fix build for Lua 5.2 | 29 | * fix build for Lua 5.2 |
27 | 30 | ||