Skip to content

Commit c878218

Browse files
Merge pull request #901 from dart-lang:language-version-formatter
PiperOrigin-RevId: 690514628
2 parents 656b91c + d6d514b commit c878218

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pkgs/intl_translation/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 0.20.1-wip
22
* Add topics to `pubspec.yaml`
3+
* Update to `dart_style `2.3.7`. `bin/make_examples_const.dart` and
4+
`rewrite_intl_messages.dart` will now look for a surrounding
5+
`.dart_tool/package_config.json` file to infer the language version of the
6+
files updated by the script.
37

48
## 0.20.0
59
* Throw if the `Intl.select` `arg` is not in the list of `args`.
@@ -30,7 +34,7 @@
3034
* Remove petit_parser dependency.
3135
* Address analyzer deprecations, see [#168](https://github.com/dart-lang/intl_translation/issues/168).
3236
* Migrate to null safety.
33-
37+
3438
## 0.17.10+1
3539
* Generate code that passes analysis with `implicit-casts: false`.
3640
* Allow use of `MessageExtraction` and `MessageGeneration` without `File`.

0 commit comments

Comments
 (0)