summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2012-12-13 21:29:57 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2012-12-13 21:29:57 +0200
commit09ec60cadf2436c864f2626e3726a35c2d8394bb (patch)
tree4381bdc326a89fa83ef0999299a3752b1ca0bf86 /CHANGELOG
parent871e5be9dd6bb69e2bee2d8e23d27b89285c8f8b (diff)
Publishing nanopb-0.1.8
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ecb13e02..fa849235 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+nanopb-0.1.8
+ Fix bugs in the enum short names introduced in 0.1.7 (issues 42, 43)
+ Fix STATIC_ASSERT macro when using multiple .proto files. (issue 41)
+ Fix missing initialization of istream.errmsg
+ Make tests/Makefile work for non-gcc compilers (issue 40)
+
nanopb-0.1.7
Remove "skip" mode from pb_istream_t callbacks. Example implementation had a bug. (issue 37)
Add option to use shorter names for enum values (issue 38)