From 84e4a4e0f6555e80fe85eec98b336e309589d35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Fri, 29 Dec 2023 14:47:00 +0100 Subject: [PATCH] Update changelog --- protoc_plugin/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protoc_plugin/CHANGELOG.md b/protoc_plugin/CHANGELOG.md index 0684291b0..3e0bebf1d 100644 --- a/protoc_plugin/CHANGELOG.md +++ b/protoc_plugin/CHANGELOG.md @@ -5,9 +5,14 @@ fields is now `PbMap` (instead of `Map`). ([#903]) This change requires protobuf-4.0.0. +* "Deprecated" options messages, grpc services and methods, and enum types and + values are now handled to generate Dart `@deprecated` annotations. ([#900], + [#908]) [#738]: https://github.com/google/protobuf.dart/issues/738 [#903]: https://github.com/google/protobuf.dart/pull/903 +[#900]: https://github.com/google/protobuf.dart/issues/900 +[#908]: https://github.com/google/protobuf.dart/pull/908 ## 21.1.2