diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-04-14 10:04:46 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-04-14 10:04:46 +0300 |
commit | 26b52b79ad339c79aa1f0bbe09fcd1fce872b9b9 (patch) | |
tree | a77b145a03d9a9b8dc3157b085b21eed366a46ab | |
parent | d2063ff0b63b3b4f2f2081e61874a3c2487c4994 (diff) |
Update changelog
-rw-r--r-- | CHANGELOG | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +nanopb-0.2.1 + NOTE: The default callback function signature has changed. + If you don't want to update your code, define PB_OLD_CALLBACK_STYLE. + + Change the callback function to use void** (issue 69) + Add support for defining the nanopb options in a separate file (issue 12) + Add support for packed structs in IAR and MSVC (in addition to GCC) (issue 66) + Implement error message support for the encoder side (issue 7) + Handle unterminated strings when encoding (issue 68) + Fix bug with empty strings in repeated string callbacks (issue 73) + Fix regression in 0.2.0 with optional callback fields (issue 70) + Fix bugs with empty message types (issues 64, 65) + Fix some compiler warnings on clang (issue 67) + Some portability improvements (issues 60, 62) + Various new generator options + Improved tests + nanopb-0.2.0 NOTE: This release requires you to regenerate all .pb.c files. Files generated by older versions will not |