Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-09-13 14:41:57 +0400
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-09-13 14:41:57 +0400
commit8accc25710cdb0839649d7356caa8aae1212cb8b (patch)
treea984f97efb3a2287236473c80e5a4106c296b1d2
parent73142ba082e56b8c5ba75c055a20c200b623da83 (diff)
Update changelog
-rw-r--r--CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6dfefec..eff979a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+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)