notation fix and 5.3 ready

This commit is contained in:
Thijs Schreijer
2015-11-13 00:04:07 +01:00
parent 243482af0a
commit f5a3c0d6f9
2 changed files with 7 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ Tests are located in the `spec` directory and can be run using [busted](http://o
##Changes:
- v2.1.2 fix scientific notation [#9](https://github.com/Tieske/date/pull/9), now available for Lua 5.3
- v2.1.1 fix for '>=' operator [#3](https://github.com/Tieske/date/pull/3), added test suite, added Travis CI, license MIT
- v2.1 Lua 5.2 support. Global 'date' will no longer be set.
- v2.0 original by Jas Latrix