From 9dd8d96ebc2e9204c2fda36e4bd6a12f84f9479d Mon Sep 17 00:00:00 2001 From: lahiker42 Date: Wed, 17 Dec 2008 16:47:29 +0000 Subject: [PATCH] prepare for release. git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@95 00440858-1255-0410-a3e6-75ea37f81c3a --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b55ecfd..5888aa7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,5 +17,8 @@ - Generate message__init functions, for when the static initializer isn't convenient. - add some reserved fields at the end of the various descriptors -0.7 (NOT YET RELEASED) +0.7: - memory leak: unknown fields were not being freed by free_unpacked() + - lowercase field names consistently when composing + default_value names. (issue 11) + - remove spurious semicolon (issue 10)