aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68b90be7..6ecb336d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ What's new in LuaRocks 3.0
6 For example, if you have `/some/dir/lua/5.1/` in your `$LUA_PATH` and 6 For example, if you have `/some/dir/lua/5.1/` in your `$LUA_PATH` and
7 you are running Lua 5.2, `luarocks.loader` and the `luarocks` command-line 7 you are running Lua 5.2, `luarocks.loader` and the `luarocks` command-line
8 tool will convert it to `/some/dir/lua/5.2/`. 8 tool will convert it to `/some/dir/lua/5.2/`.
9* New flag `--dev`, for enabling development-branch sub-repositories.
10 This adds support for easily requesting `dev` modules from LuaRocks.org, as in:
11 `luarocks install --dev luafilesystem`. The list of URLs configured
12 in `rocks_servers` is prepended with a list containing "/dev" in their paths.
9 13
10Rockspec 3.0 14Rockspec 3.0
11------------ 15------------