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>2017-09-16 13:44:36 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2017-09-16 13:44:36 +0300
commita87b7d2cfdf39ab066bca9396c9b25834760dbcb (patch)
tree46d213a08066ff548f9de786d8b914e06c22d3ef /CHANGELOG.txt
parente21e78c67cbd6566fe9d8368eeaf3298ae22b75d (diff)
Update CHANGELOG.txt, rename AUTHORS to AUTHORS.txt
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 7ecdaa5..78ba8a9 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -6,6 +6,7 @@ nanopb-0.3.9 (2017-09-xx)
Make pb_decode_varint32 overflow checks exact (#258)
Add option to build without 64-bit support (#86)
Add options to define source and header file extensions (#264)
+ Add pb_en/decode_nullterminated() (part of #278)
CMake: add dependency for .options file (#265)
CMake: change use of relative paths (#250,#271,#273)
Better error message for missing max_size option (#281)