Skip to content

Commit 08c2dd5

Browse files
committed
Add CHANGELOG entry.
This really shouldn't be in the CHANGELOG since it isn't user facing, but the firehose script complains if the pubspec version doesn't match the CHANGELOG. Also, update the GitHub workflow to run against 3.6.0.
1 parent adeff9d commit 08c2dd5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
sdk: [3.4.0, dev]
23+
sdk: [3.6.0, dev]
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2626
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.2-wip
2+
3+
* Add tests for digit separators.
4+
15
## 3.0.1
26

37
* Handle trailing commas in for-loop updaters (#1354).

0 commit comments

Comments
 (0)