diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2017-03-05 18:27:44 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2017-03-05 18:27:44 +0200 |
commit | 6a24679f105d002c7f7ca1c2c063e07b23dca84f (patch) | |
tree | b6d4cd5cbbafdf640c3062541447541ee16044cc /CHANGELOG.txt | |
parent | 102a1aaa1474130e0921f9e69c9b3949eb0954ad (diff) |
Update changelog
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a5de21cc..5006a387 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ nanopb-0.3.8 (2016-03-xx) Fix problems with multiple oneofs in same message (#229) Zero-valued extension fields were mistakenly ignored by encoder (#242) - Various fixes related to proto3 encoding (#242, #245, #247) + Multiple fixes related to proto3 mode (#242, #245, #247, #249) Fix potential unaligned access (#226, #227) Fix documentation for protoc --plugin argument (#239) Extend inline / fixed length bytes array support (#244) |