aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-02-14 14:15:54 -0300
committerHisham Muhammad <hisham@gobolinux.org>2020-02-14 14:15:54 -0300
commitdbd8c0dcdc50f4b79ce616221c43de03356e8264 (patch)
treeae4efc8dcb7cb7df200d4b016d1cb9daa8f4b457
parentebc4fc84c0a9eb878192d1db51e5acc61610be45 (diff)
downloadluarocks-dbd8c0dcdc50f4b79ce616221c43de03356e8264.tar.gz
luarocks-dbd8c0dcdc50f4b79ce616221c43de03356e8264.tar.bz2
luarocks-dbd8c0dcdc50f4b79ce616221c43de03356e8264.zip
changelog updates
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61c46ff2..4eefc8d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
2 2
3### Features 3### Features
4 4
5* `luarocks make` now supports `--only-deps`
6* `--deps-only` is now an alias for `--only-deps` (useful in case
7 you always kept getting it wrong, like me!)
5* The `show` command can now accept a substring of the rock's name, 8* The `show` command can now accept a substring of the rock's name,
6 like `list`. 9 like `list`.
7 10