aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-08-04 19:13:39 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-08-04 19:13:39 +0300
commit4f76e649299828e88c300a6af9517e778c29e94e (patch)
tree4b6913e0079ace18fd4ce7e2983b89164c276ae0 /CHANGELOG.txt
parentec3bff4ba110ffad31fccdbf74c4c180fc041414 (diff)
Update changelog
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index e35ee3ab..0282efa4 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,16 @@
+nanopb-0.2.9 (2014-08-xx)
+ NOTE: If you are using the -e option with the generator, you have
+ to prepend . to the argument to get the same behaviour as before.
+
+ Do not automatically add a dot with generator -e option. (issue 122)
+ Fix problem with .options file and extension fields. (issue 125)
+ Don't use SIZE_MAX macro, as it is not in C89. (issue 120)
+ Generate #defines for initializing message structures. (issue 79)
+ Add skip_message option to generator. (issue 121)
+ Add PB_PACKED_STRUCT support for Keil MDK-ARM toolchain (issue 119)
+ Give better messages about the .options file path. (issue 124)
+ Improved tests
+
nanopb-0.2.8 (2014-05-20)
Fix security issue with PB_ENABLE_MALLOC. (issue 117)
Add option to not add timestamps to .pb.h and .pb.c preambles. (issue 115)