From 5d2cccff0692dc6f302ce576fa54b2b4689bf1ce Mon Sep 17 00:00:00 2001 From: Andrew Hickman Date: Mon, 13 Jan 2025 20:27:00 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e79747c9..f803e768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- The descriptors for well known types are now distributed as Rust code instead of a binary protobuf file, to make auditing of the package easier ([# +138]). + ## [0.14.3] - 2024-12-03 ### Added @@ -441,5 +446,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#99]: https://github.com/andrewhickman/prost-reflect/issues/99 [#131]: https://github.com/andrewhickman/prost-reflect/issues/131 [#135]: https://github.com/andrewhickman/prost-reflect/issues/135 +[#138]: https://github.com/andrewhickman/prost-reflect/issues/138 [protox#82]: https://github.com/andrewhickman/protox/issues/82 [protox#86]: https://github.com/andrewhickman/protox/issues/86