Skip to content

Commit

Permalink
Add PR links to recent CHANGELOG entries (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Jun 9, 2023
1 parent da6953c commit 2931b2e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
5 changes: 3 additions & 2 deletions protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
* Update library documentation to hide internals, add documentation for public
types. ([#681])
* Fix `PbMap._isReadonly` field initialization in `PbMap.unmodifiable`.
([#741])
([#741], [#754])
* Fix decoding map fields when key or value (or both) fields of a map entry is
missing. ([#719], [#745])
* Fix updating frozen (immutable) messages with merge methods
(`mergeFromBuffer`, `mergeFromProto3Json`, ...). ([#489], [#727])
* Fix handling `null` values in proto3 JSON deserializer ([#751], [#760],
* Fix handling `null` values in proto3 JSON deserializer. ([#751], [#760],
[#763])

[#183]: https://github.com/google/protobuf.dart/issues/183
Expand All @@ -42,6 +42,7 @@
[#751]: https://github.com/google/protobuf.dart/issues/751
[#760]: https://github.com/google/protobuf.dart/issues/760
[#763]: https://github.com/google/protobuf.dart/pull/763
[#754]: https://github.com/google/protobuf.dart/pull/754

## 2.1.0

Expand Down
14 changes: 10 additions & 4 deletions protoc_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,25 @@
* Fix decoding map fields when key or value (or both) fields of a map entry is
missing. ([#719], [#745])
* Generated files now split `ignore_for_file` comments across multiple lines
when necessary.
when necessary. ([#770])
* Generated files now uses shared consts to eliminate repeated
`bool.fromEnvironment()` expressions.
`bool.fromEnvironment()` expressions. ([#772])
* Removed accidental `///` at the top of generated Dart files to avoid new
`dangling_library_doc_comments` lint.
`dangling_library_doc_comments` lint. ([#774])
* Generated files now have sorted imports and have fewer import-related
`ignore_for_file:` analysis directives.
`ignore_for_file:` analysis directives. ([#778])
* Remove duplicated consts in generated files. ([#773])

[#679]: https://github.com/google/protobuf.dart/pull/679
[#703]: https://github.com/google/protobuf.dart/pull/703
[9aad6aa]: https://github.com/google/protobuf.dart/commits/9aad6aa
[#719]: https://github.com/google/protobuf.dart/issues/719
[#745]: https://github.com/google/protobuf.dart/pull/745
[#770]: https://github.com/google/protobuf.dart/pull/770
[#772]: https://github.com/google/protobuf.dart/pull/772
[#773]: https://github.com/google/protobuf.dart/pull/773
[#774]: https://github.com/google/protobuf.dart/pull/774
[#778]: https://github.com/google/protobuf.dart/pull/778

## 20.0.1

Expand Down

0 comments on commit 2931b2e

Please sign in to comment.