diff options
-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 | ||