diff options
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2748fe66..b8ec739d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,3 +1,23 @@ | |||
1 | ## What's new in LuaRocks 3.9.2 | ||
2 | |||
3 | * Configuration now honors typical compiler environment variables | ||
4 | for all build backends: | ||
5 | * `MAKE`, `CC`, `AR`, `RANLIB` on Unix | ||
6 | * `MAKE`, `CC`, `AR`, `WINDRES`, `LINK`, `MT` on Windows | ||
7 | * `builtin` build mode now supports Clang on Windows | ||
8 | * `luarocks test` now checks/installs all dependency kinds | ||
9 | (build, runtime, test), so you don't need to run | ||
10 | `luarocks make --only-deps` in CI environments to get all | ||
11 | dependencies needed to run a test | ||
12 | * MinGW: default to x86_64 compiler on 64-bit platforms | ||
13 | * Fixed crash if `variables.LUA*` are unset in configuration | ||
14 | * Fix `luarocks test --prepare` behavior for non-Busted tests | ||
15 | * Internal API fixes | ||
16 | * `path.path_to_module`: accept custom file extensions in | ||
17 | package path variables | ||
18 | * `persist.save_from_table`: ensure directory exists when | ||
19 | saving a file | ||
20 | |||
1 | ## What's new in LuaRocks 3.9.1 | 21 | ## What's new in LuaRocks 3.9.1 |
2 | 22 | ||
3 | * Fixed error message when Lua library is not found | 23 | * Fixed error message when Lua library is not found |