diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd8c0c0..971d220d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -9,6 +9,9 @@ What's new in LuaRocks 3.0 | |||
9 | For example, if you have `/some/dir/lua/5.1/` in your `$LUA_PATH` and | 9 | For example, if you have `/some/dir/lua/5.1/` in your `$LUA_PATH` and |
10 | you are running Lua 5.2, `luarocks.loader` and the `luarocks` command-line | 10 | you are running Lua 5.2, `luarocks.loader` and the `luarocks` command-line |
11 | tool will convert it to `/some/dir/lua/5.2/`. | 11 | tool will convert it to `/some/dir/lua/5.2/`. |
12 | * New flag `--temp-key` for `luarocks upload`, allowing you to easily | ||
13 | upload rocks into an alternate account without disrupting the | ||
14 | stored configuration of your main account. | ||
12 | * New flag `--dev`, for enabling development-branch sub-repositories. | 15 | * New flag `--dev`, for enabling development-branch sub-repositories. |
13 | This adds support for easily requesting `dev` modules from LuaRocks.org, as in: | 16 | This adds support for easily requesting `dev` modules from LuaRocks.org, as in: |
14 | `luarocks install --dev luafilesystem`. The list of URLs configured | 17 | `luarocks install --dev luafilesystem`. The list of URLs configured |