aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-10-08 16:26:47 -0300
committerGitHub <noreply@github.com>2017-10-08 16:26:47 -0300
commite46fd3ea1c597c57f69376eb7a136133c3fa393e (patch)
treec7cb6fc83945525eb4a86bf56f77760278d3c7c9 /CHANGELOG.md
parent5aa06d43a86754f30347813803f2a9eb6f99a611 (diff)
downloadluarocks-e46fd3ea1c597c57f69376eb7a136133c3fa393e.tar.gz
luarocks-e46fd3ea1c597c57f69376eb7a136133c3fa393e.tar.bz2
luarocks-e46fd3ea1c597c57f69376eb7a136133c3fa393e.zip
Adds --dev flag for development-branch sub-repositories. (#736)
This adds support for easily requesting `dev` modules from LuaRocks.org, as in: ``` luarocks install --dev luafilesystem ``` The list of URLs configured in `rocks_servers` is prepended with a list containing "/dev" in their paths.
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------------