aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-05-31 14:56:12 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-05-31 14:56:12 -0300
commitcb81d255c6b3f35fbf3451e6615336780fb28e81 (patch)
tree47959d4e03638e4e681268e64f6c1a0fbe130d5b
parent985da5362dc6084eed677ac1b19929abb58752ad (diff)
downloadluarocks-cb81d255c6b3f35fbf3451e6615336780fb28e81.tar.gz
luarocks-cb81d255c6b3f35fbf3451e6615336780fb28e81.tar.bz2
luarocks-cb81d255c6b3f35fbf3451e6615336780fb28e81.zip
docs: update changelog for 3.11.1
-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: