summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 16:37:08 -0600
committerGitHub <noreply@github.com>2020-04-14 16:37:08 -0600
commit0700548c6cb0c8790f3399f71a1082979392f5e6 (patch)
tree49f6a5b470f2c8d3a88349975293162ee1873b80 /CHANGELOG.md
parent3231eef6a92a91ef0fed138fdc181e053b68f7a0 (diff)
parent5452eaa6cf28bef5ff5ccc2d6231ac8666e544b3 (diff)
Merge pull request #12 from mokhan/extensions
Load license from composer metadata
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 616e15c..1ad3c9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,13 +11,14 @@ 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.
+- Add `--index` option to `build` command.
- Add pypi index.
- 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.
- Add support for parsing `composer.lock` files.
+- Add support for loading custom plugins via the `--require` option.
### Changed
- Change the default `--format` to `table` for the scan command.