Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding an option to redirect all not found to a specific asset #3361

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
7 changes: 3 additions & 4 deletions build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@

- Upgrade to `frontend_service_client` version 3.

## 2.3.0

## 2.3.3-dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should remain as it was, there is a section higher up already for 2.3.3-dev

- Add `-d` as a shorthand for `--delete-conflicting-outputs`.
- Added a flag to redirect all not found to a specific
asset: ` not-found-defaults-to`

## 2.2.1

- Allow the latest `package:analyzer`.
- Stop ignoring the no_leading_underscores_for_library_prefixes lint in
generated build scripts, code_builder now does this for you.
- Added a flag to redirect all not found to a specific
asset: ` not-found-defaults-to`

## 2.2.0

Expand Down