summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2015-09-20 14:37:39 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2015-09-20 14:37:39 +0300
commitaa316910644779259894ba57b528260eb9da1cb5 (patch)
tree8021a4811b44c14888d9efd0dd3324c86c30342c
parentb03be4fa4d863e6beb362cfef6d834d14c96b7e1 (diff)
Update changelog
-rw-r--r--CHANGELOG.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 8c6f8e64..9c574291 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,12 @@
-nanopb-0.3.3 (2015-04-xx)
+nanopb-0.3.4 (2015-09-xx)
+ Fix handling of unsigned 8- and 16-bit enums (issue 164)
+ Fix generator on systems where python = python3. (issue 155)
+ Make the generator better handle imported .protos (issue 165)
+ Add packed_enum option to generator.
+ Add syntax= line to .proto files (issue 167)
+ Add PlatformIO registry manifest file. (pr 156)
+
+nanopb-0.3.3 (2015-04-10)
Fix missing files in Linux binary package (issue 146)
Fix generator bug when oneof is first field in a message. (issue 142)
Fix generator error when long_names:false is combined with Oneofs. (issue 147)