From f1946dc10e804049fba715af079801c79d62a278 Mon Sep 17 00:00:00 2001 From: Rasmus Viitanen Date: Thu, 25 Apr 2024 09:17:17 +0200 Subject: [PATCH] Add changelog entry --- proto-gen/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto-gen/CHANGELOG.md b/proto-gen/CHANGELOG.md index a21f3c4..6f79b44 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 +### Added +- [PR#23](https://github.com/EmbarkStudios/proto-gen/pull/23) Added `--enum-attribute` option to set enum attributes. + ## [0.2.5] - 2024-03-13 ### Fixed - [PR#22](https://github.com/EmbarkStudios/proto-gen/pull/22) Various fixes for the `--prepend-header` option and some cases for escaped doc-tests.