diff options
author | Hugo Musso Gualandi <hugo_musso_gualandi@hotmail.com> | 2021-01-09 23:33:29 -0300 |
---|---|---|
committer | Hugo Musso Gualandi <hugo_musso_gualandi@hotmail.com> | 2021-01-11 09:23:12 -0300 |
commit | 68d558c886b4bd00f3312424d1dc804bf4576237 (patch) | |
tree | 15d94d3e4311a1c7be15ab5a077cac01bfbbf0ca | |
parent | 0f97b892681839cebf0863a3a15b3be0c68419e8 (diff) | |
download | luarocks-68d558c886b4bd00f3312424d1dc804bf4576237.tar.gz luarocks-68d558c886b4bd00f3312424d1dc804bf4576237.tar.bz2 luarocks-68d558c886b4bd00f3312424d1dc804bf4576237.zip |
Add changelog for version 3.5.0
Add a changelog for version 3.5, summarizing the announcement posted to
the lua-l mailing list.
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c5676f99..2bb49823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,3 +1,13 @@ | |||
1 | ## What's new in LuaRocks 3.5.0 | ||
2 | |||
3 | This is a small release: | ||
4 | |||
5 | * Added support for MSYS2 and Mingw-w64 | ||
6 | * Reverted the change in MSVC environment variable set up script | ||
7 | * Fixes a bug where `--verbose` raised an exception with a nil argument | ||
8 | * Added proper error messages when lua.h is invalid | ||
9 | |||
10 | |||
1 | ## What's new in LuaRocks 3.4.0 | 11 | ## What's new in LuaRocks 3.4.0 |
2 | 12 | ||
3 | ### Features | 13 | ### Features |