aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8c53947..4af612e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
1## What's new in LuaRocks 3.11.1
2
3* Fixes:
4 * normalize namespace names to lowercase when performing
5 dependency resolution, to match CLI behavior
6 * `luarocks build`: ensure `--force` works
7 * `luarocks init`: check if we can create .gitignore
8 * Unix: honor umask correctly
9 * Fix error when failing to open cached files
10 * Fix behavior of luarocks.lock file when dealing
11 with dependencies
12
1## What's new in LuaRocks 3.11.0 13## What's new in LuaRocks 3.11.0
2 14
3* Features: 15* Features: