diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-02-12 19:50:52 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-02-12 19:50:52 +0200 |
commit | 586777b52feae5d10d2eb2fab9b2e366a5039731 (patch) | |
tree | ac0372d8181559a62dee1a96a7ececd30d3ba76c /CHANGELOG.txt | |
parent | 542463dbaa3acae564e4a1eddf264e1fe226c38a (diff) |
Update changelog
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f0c97c65..e6c88f2a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,11 @@ +nanopb-0.2.6 (2014-02-15) + Fix generator error with bytes callback fields (issue 99) + Fix warnings about large integer constants (issue 102) + Add comments to where STATIC_ASSERT is used (issue 96) + Add warning about unknown field names on .options (issue 105) + Move descriptor.proto to google/protobuf subdirectory (issue 104) + Improved tests + nanopb-0.2.5 (2014-01-01) Fix a bug with encoding negative values in int32 fields (issue 97) Create binary packages of the generator + dependencies (issue 47) |