Skip to content

Commit ed27ff9

Browse files
committed
Add changelog entries for ignores
1 parent 1a72575 commit ed27ff9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

build/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Move `BuildStepImpl` to `build_runner_core`, use `SingleStepReader` directly.
1717
- Add `LibraryCycleGraphLoader` for loading transitive deps for analysis.
1818
- Track resolver dependencies as library cycle graphs.
19+
- Ignore deprecated analyzer API usages.
1920

2021
## 2.4.2
2122

build_resolvers/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Bug fix: fix delay on shutdown for fast builds when the "analyzer out of
1414
date" warning is displayed.
1515
- Track resolver dependencies as library cycle graphs.
16+
- Ignore deprecated analyzer API usages.
1617

1718
## 2.4.4
1819

build_runner_core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- Refactor invalidation to track current build progress in `Build` instead of
3636
in the asset graph.
3737
- Track resolver dependencies as library cycle graphs.
38+
- Ignore deprecated analyzer API usages.
3839

3940
## 8.0.0
4041

0 commit comments

Comments
 (0)