From 2188904452540ea117ae229f142df70bc2de7e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Westlin?= Date: Mon, 11 Mar 2024 18:36:39 +0100 Subject: [PATCH] Update changelog --- proto-gen/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto-gen/CHANGELOG.md b/proto-gen/CHANGELOG.md index e7f4882..5d8a8cf 100644 --- a/proto-gen/CHANGELOG.md +++ b/proto-gen/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Fixed +- [PR#17](https://github.com/EmbarkStudios/proto-gen/pull/17) Make errors slightly easier to read. +- [PR#18](https://github.com/EmbarkStudios/proto-gen/pull/18) Fix handling of filename for target .rs file when it's a keyword. ## [0.2.1] - 2024-03-01 ### Added - [PR#15](https://github.com/EmbarkStudios/proto-gen/pull/15) added the `-d, --disable-comments ` option to code generation, allowing comments to be [disabled](https://docs.rs/prost-build/latest/prost_build/struct.Config.html#method.disable_comments) for one or more proto paths.