Skip to content

Commit

Permalink
Fix a change in protoc_plugin changelog (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 authored Jun 16, 2023
1 parent f4ffa1d commit 4b71e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoc_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Remove message constructor arguments. Constructors with arguments cause
increase in release binary sizes even when no arguments are passed to the
constructors. ([#703])
* Require Dart `2.19`.

**Migration:**

Expand All @@ -27,6 +26,7 @@
..a = 123
..b.addAll([1, 2, 3])
```
* Require Dart `2.19`.
* Export public dependencies (`import public`s in proto files) in
`.pbenum.dart` files, same as `.pb.dart` files. ([9aad6aa])
* Fix decoding map fields when key or value (or both) fields of a map entry is
Expand Down

0 comments on commit 4b71e60

Please sign in to comment.