summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-21 21:13:49 -0600
committermo khan <mo.khan@gmail.com>2020-03-21 21:13:49 -0600
commitb0a8419f3f13c219fd9e60ed10fce53abbda6033 (patch)
tree6de0c133a2b3b461156caa32e98bb747c708e90b /CHANGELOG.md
parent8efebbe5ea00e28cee401d7f1532e2cbd73e8f6a (diff)
Add option to select which index to build
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f239cac..4adbcf3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add `--format csv` option to scan command.
- Add `--format table` option to scan command.
+- Add `--index` option to `index build` command.
### Changed
- Change the default `--format` to `table` for the scan command.