From: Petteri Aimonen Date: Sat, 2 Nov 2013 20:11:27 +0000 (+0200) Subject: Update changelog X-Git-Tag: 5.0.2~186^2~326 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=564bdc84488ac03120b6c51a14d9d7c2ee93a58c;p=apps%2Fagl-service-can-low-level.git Update changelog --- diff --git a/CHANGELOG b/CHANGELOG index eff979ab..49a54acf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +nanopb-0.2.4 + Remove the deprecated NANOPB_INTERNALS functions from public API. + Document the security model. + Check array and bytes max sizes when encoding (issue 90) + Add #defines for maximum encoded message size (issue 89) + Add #define tags for extension fields (issue 93) + Fix MISRA C violations (issue 91) + Clean up pb_field_t definition with typedefs. + 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)