X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CHANGELOG;h=772770acc59e294b11bef2465bb7429506973409;hb=80a2d33fa9a835564b44fe97ba34e713901cf4fb;hp=fa8492351532dc8b947bfc48e595acad54a4c050;hpb=09ec60cadf2436c864f2626e3726a35c2d8394bb;p=apps%2Fagl-service-can-low-level.git diff --git a/CHANGELOG b/CHANGELOG index fa849235..772770ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +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)