diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd8829f51..c0355a7b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Please add one entry in this file for each change in Yarn's behavior. Use the sa ## Master +- Implements `yarn audit --level [severity]` flag to filter the audit command's output. + +[#6716](https://github.com/yarnpkg/yarn/pull/6716) - [**Rogério Vicente**](https://twitter.com/rogeriopvl) + - Implements `yarn audit --groups group_name [group_name ...]`. [#6724](https://github.com/yarnpkg/yarn/pull/6724) - [**Tom Milligan**](https://github.com/tommilligan)