From 8b1ca1877af2119f4dd3e964fa08639d3de2ef5f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 5 Oct 2017 14:14:15 -0300 Subject: ChangeLog: Mark module relocations as internal changes --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7971b741..68b90be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,6 @@ What's new in LuaRocks 3.0 For example, if you have `/some/dir/lua/5.1/` in your `$LUA_PATH` and you are running Lua 5.2, `luarocks.loader` and the `luarocks` command-line tool will convert it to `/some/dir/lua/5.2/`. -* Modules needed by `luarocks.loader` were moved into the `luarocks.core` namespace. - Modules in `luarocks.core` only depend on other `luarocks.core` modules. - (Notably, `luarocks.core` does not use `luarocks.fs`.) -* Modules representing `luarocks` commands were moved into the `luarocks.cmd` namespace. -* Modules representing `luarocks-admin` commands were moved into the `luarocks.admin.cmd` namespace. Rockspec 3.0 ------------ @@ -33,3 +28,11 @@ These features are only enabled if `rockspec_format = "3.0"` is set in the rocks * Patches added in `patches` can create and delete files, following standard patch rules. +Internal changes +---------------- + +* Modules needed by `luarocks.loader` were moved into the `luarocks.core` namespace. + Modules in `luarocks.core` only depend on other `luarocks.core` modules. + (Notably, `luarocks.core` does not use `luarocks.fs`.) +* Modules representing `luarocks` commands were moved into the `luarocks.cmd` namespace. +* Modules representing `luarocks-admin` commands were moved into the `luarocks.admin.cmd` namespace. -- cgit v1.2.3-55-g6feb