X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CHANGELOG;h=772770acc59e294b11bef2465bb7429506973409;hb=22e0a78e5e406b0c1aed3ab46a0dbbd7d9493296;hp=c720289688bd2a4af0f1af03fa7b4b23a73a8a02;hpb=ad9a885644d0c3e61eecd796ea227edded96a2b5;p=apps%2Fagl-service-can-low-level.git diff --git a/CHANGELOG b/CHANGELOG index c7202896..772770ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,21 @@ -nanopb-0.1.7 (not yet released) +git master + Fixed error message bugs (issues 52, 56) + Sanitize #ifndef filename (issue 50) + Performance improvements + Add compile-time option PB_BUFFER_ONLY + Add Java package name to nanopb.proto + Check for sizeof(double) == 8 (issue 54) + Added generator option to ignore some fields. (issue 51) + Added generator option to make message structs packed. (issue 49) + Add more test cases. + +nanopb-0.1.8 + Fix bugs in the enum short names introduced in 0.1.7 (issues 42, 43) + Fix STATIC_ASSERT macro when using multiple .proto files. (issue 41) + Fix missing initialization of istream.errmsg + Make tests/Makefile work for non-gcc compilers (issue 40) + +nanopb-0.1.7 Remove "skip" mode from pb_istream_t callbacks. Example implementation had a bug. (issue 37) Add option to use shorter names for enum values (issue 38) Improve options support in generator (issues 12, 30)