Skip to content

Commit

Permalink
Merge pull request #901 from dart-lang:language-version-formatter
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 690514628
  • Loading branch information
copybara-github committed Oct 28, 2024
2 parents 656b91c + d6d514b commit c878218
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/intl_translation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 0.20.1-wip
* Add topics to `pubspec.yaml`
* Update to `dart_style `2.3.7`. `bin/make_examples_const.dart` and
`rewrite_intl_messages.dart` will now look for a surrounding
`.dart_tool/package_config.json` file to infer the language version of the
files updated by the script.

## 0.20.0
* Throw if the `Intl.select` `arg` is not in the list of `args`.
Expand Down Expand Up @@ -30,7 +34,7 @@
* Remove petit_parser dependency.
* Address analyzer deprecations, see [#168](https://github.com/dart-lang/intl_translation/issues/168).
* Migrate to null safety.

## 0.17.10+1
* Generate code that passes analysis with `implicit-casts: false`.
* Allow use of `MessageExtraction` and `MessageGeneration` without `File`.
Expand Down

0 comments on commit c878218

Please sign in to comment.