summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2015-04-03 21:14:06 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2015-04-03 21:14:06 +0300
commit400fba7f8f4a9758edaa02c67159fba0bbc60e8d (patch)
tree4fd1681b3c525a28077da46b54c5bc24465e13ad
parent1cfe56060ce3a386c03239396d51a93baa56895b (diff)
Update changelog
-rw-r--r--CHANGELOG.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index d10364f4..a1875a09 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,15 @@
+nanopb-0.3.3 (2015-04-xx)
+ 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)
+ Fix oneof submessage initialization bug. (issue 149)
+ Don't crash when callback is inside oneof field. (issue 148)
+ Always define enum long names so that cross-file references work. (issue 118)
+ Add msgid generator option. (issue 151)
+ Improve comment support in .options files. (issue 145)
+ Updates for the CMake rule file, add cmake example.
+ Better error messages for syntax errors in .options file
+
nanopb-0.3.2 (2015-01-24)
Fix memory leaks with PB_ENABLE_MALLOC with some submessage hierarchies (issue 138)
Implement support for oneofs (C unions). (issues 131, 141)