diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-11-02 22:11:27 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-11-02 22:11:27 +0200 |
commit | 564bdc84488ac03120b6c51a14d9d7c2ee93a58c (patch) | |
tree | 3070b1d1e6ac0fe5deb0bc92aa2fee043548db3d | |
parent | dcdd7f98fdb000859a9e2812174a817431b1af34 (diff) |
Update changelog
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |