aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ecb336d..6d028713 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ What's new in LuaRocks 3.0
10 This adds support for easily requesting `dev` modules from LuaRocks.org, as in: 10 This adds support for easily requesting `dev` modules from LuaRocks.org, as in:
11 `luarocks install --dev luafilesystem`. The list of URLs configured 11 `luarocks install --dev luafilesystem`. The list of URLs configured
12 in `rocks_servers` is prepended with a list containing "/dev" in their paths. 12 in `rocks_servers` is prepended with a list containing "/dev" in their paths.
13* Wrappers installed using `--tree` now prepend the tree's prefix to their
14 package paths.
13 15
14Rockspec 3.0 16Rockspec 3.0
15------------ 17------------