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)