From 59227ab995faca3db2b98b9b95f71a6b55a051ec Mon Sep 17 00:00:00 2001 From: Anders Fugmann Date: Thu, 25 Apr 2024 22:07:50 +0200 Subject: [PATCH] update changelog --- Changelog.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 4a1f509..678d572 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,14 @@ -## 6.0.0: 2014-04-13 +## 6.1.0: 2024-04-25 +- Fix name resolution leading to wrongly mapped named +- Fix codegen bug causing the plugin to reject valid protobuf +- Add preliminary support for melange though disabling eager + evaluation of serialize and deserialize functions when not using + native or bytecode backends +- Fix missing cflags when compiling test c stub +- Make Map tests compatible with older versions of protoc +- Fix negative integer test failues due to a bug in older versions of protobuf (google) c lib + +## 6.0.0: 2024-04-13 ### New features - [x] Implement json serialization and deserialization (#5)