X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CHANGELOG;h=eff979ab2c0fb8d7d540a56bd5aebae097381357;hb=0848255d4a4b7fa032e962592b15c57b30cd8483;hp=a58be47aa58259e65ba914e8ae11cf869bd7f39d;hpb=26b52b79ad339c79aa1f0bbe09fcd1fce872b9b9;p=apps%2Fagl-service-can-low-level.git diff --git a/CHANGELOG b/CHANGELOG index a58be47a..eff979ab 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,21 @@ +nanopb-0.2.3 + Improve compatibility by removing ternary operator from initializations (issue 88) + Fix build error on Visual C++ (issue 84, patch by Markus Schwarzenberg) + Don't stop on unsupported extension fields (issue 83) + Add an example pb_syshdr.h file for non-C99 compilers + Reorganize tests and examples into subfolders (issue 63) + Switch from Makefiles to scons for building the tests + Make the tests buildable on Windows + +nanopb-0.2.2 + Add support for extension fields (issue 17) + Fix unknown fields in empty message (issue 78) + Include the field tags in the generated .pb.h file. + Add pb_decode_delimited and pb_encode_delimited wrapper functions (issue 74) + Add a section in top of pb.h for changing compilation settings (issue 76) + Documentation improvements (issues 12, 77 and others) + Improved tests + 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.