diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-09-26 11:23:59 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-09-26 11:23:59 +0300 |
commit | 47fdbaddbb26a0bcea4570796baa1a04d5f38e9c (patch) | |
tree | fa2a5a38aeabf0ecaa2ac98e4a6cb4d5135b895e /CHANGELOG.txt | |
parent | 5e4356ef4b5be9995f2038ba294e4c538167ac01 (diff) |
Publishing nanopb-0.3.4
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9c574291..b81b847e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,7 @@ -nanopb-0.3.4 (2015-09-xx) +nanopb-0.3.4 (2015-09-26) Fix handling of unsigned 8- and 16-bit enums (issue 164) Fix generator on systems where python = python3. (issue 155) + Fix compiler warning on GCC 5.x (issue 171) Make the generator better handle imported .protos (issue 165) Add packed_enum option to generator. Add syntax= line to .proto files (issue 167) |