From 9005a80bc911c49850238c7e25a6c601534e7fd3 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 19 May 2025 09:46:34 -0700 Subject: [PATCH] address a merge issue with the protoc_plugin changelog --- 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 f1d8efa0..fd486a69 100644 --- a/protoc_plugin/CHANGELOG.md +++ b/protoc_plugin/CHANGELOG.md @@ -3,9 +3,9 @@ * Bump `protobuf` constraint to `^4.1.0` * Read `default_host` and `oauth_scopes` options from gRPC service definitions and write that information to the generated gRPC clients. -* Generate dartdocs for grpc services ([#973]). * Adjust the deprecation messages for the message `clone()` and `copyWith()` methods ([#998]). +* Generate dartdocs for grpc services ([#973]). We now parse and generate code cooresponding to the proto options `google.api.default_host` and `google.api.oauth_scopes`: