From 4b71e6021e7cfc7cda6502268e166c3cfb07430b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Fri, 16 Jun 2023 09:55:23 +0200 Subject: [PATCH] Fix a change in protoc_plugin changelog (#846) --- protoc_plugin/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protoc_plugin/CHANGELOG.md b/protoc_plugin/CHANGELOG.md index 1412a589..5a4fd8b3 100644 --- a/protoc_plugin/CHANGELOG.md +++ b/protoc_plugin/CHANGELOG.md @@ -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:** @@ -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