diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2020-02-14 14:15:54 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2020-02-14 14:15:54 -0300 |
commit | dbd8c0dcdc50f4b79ce616221c43de03356e8264 (patch) | |
tree | ae4efc8dcb7cb7df200d4b016d1cb9daa8f4b457 | |
parent | ebc4fc84c0a9eb878192d1db51e5acc61610be45 (diff) | |
download | luarocks-dbd8c0dcdc50f4b79ce616221c43de03356e8264.tar.gz luarocks-dbd8c0dcdc50f4b79ce616221c43de03356e8264.tar.bz2 luarocks-dbd8c0dcdc50f4b79ce616221c43de03356e8264.zip |
changelog updates
-rw-r--r-- | CHANGELOG.md | 3 |
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 | ||