summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-10 18:06:30 -0600
committermo khan <mo.khan@gmail.com>2020-04-10 18:06:30 -0600
commitb85388c9939ef14f53e5697061ac5615bf1f663b (patch)
tree3937712e355f150b694b44be314acc837a172f61 /CHANGELOG.md
parent85ac448dea329b4e78d4900f604bf20dd72c27aa (diff)
Add --pull option to fetch latest cache before scan
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 3cacbb6..35ed40b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add maven index.
- Add support for parsing `yarn.lock` files.
- Add support for parsing `package-lock.json` files.
+- Add `--pull` option to fetch latest cache before scan.
### Changed
- Change the default `--format` to `table` for the scan command.