release 2.2

This commit is contained in:
Thijs Schreijer
2021-07-19 13:14:55 +02:00
parent 434d7ad64f
commit fa3d824e5b
5 changed files with 48 additions and 33 deletions

View File

@@ -29,6 +29,7 @@ Tests are located in the `spec` directory and can be run using [busted](http://o
## Changes:
- v2.2 add 'centuryflip' to set 2 digit year interpretation [#26](https://github.com/Tieske/date/pull/26)
- v2.1.3 fix rockspec for Lua 5.4
- 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