From a57204d867eadd22d910a1c70ba9e1f290a40f06 Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Mon, 5 Jan 2015 15:36:28 -0500 Subject: [PATCH] ChangeLog: Document recent changes --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 157ffc7..8497bc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,13 @@ protobuf-c (1.1.0) UNRELEASED [ Ilya Lipnitskiy ] * Fix a bug when merging optional byte fields. - * Implement oneof support. + * Documentation updates. + + * Implement oneof support (Issue #174). Protobuf 2.6.0 or newer is now + required to build protobuf-c. + + * Print leading comments for enum, message, and field definitions into + generated header files (Issue #175). protobuf-c (1.0.2)