aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-11-25 13:10:57 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-11-25 13:10:57 +0200
commit3302311832383374d81ebb55f89ad5c5bcda4c17 (patch)
treecb53efc44063f9e272b87db95e166a3ad8113250
parentd6c69808d2cd0243dfc2f742b9b0c82016baae24 (diff)
downloadnanopb-c-3302311832383374d81ebb55f89ad5c5bcda4c17.tar.gz
Update changelog
-rw-r--r--CHANGELOG.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index cea2be6..6456812 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,10 @@
-nanopb-0.3.9.6 (2020-06-xx)
+nanopb-0.3.9.7 (2020-11-25)
+ Fix memory leak with oneofs and PB_ENABLE_MALLOC (#615, GHSA-85rr-4rh9-hhwh)
+ Fix unsigned enums not working correctly inside OneOf (#611)
+ Add '--version' option to nanopb_generator.py (#607)
+ SwiftPM rule updates (#567, #585)
+
+nanopb-0.3.9.6 (2020-06-23)
Fix buffer overflow when encoding bytes with size set to 65535 (#547, GHSA-3p39-mfxg-hrq4)
Fix proto3 submessage improperly considered empty (#504)
Fix ImportError when using generator/protoc with Python 3