diff --git a/ChangeLog b/ChangeLog index e1733fd..e31ebbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -57,6 +57,8 @@ protobuf-c (1.0.0) UNRELEASED * Add doxygen detection and make targets to the build system. + * Doxygen documentation for the libprotobuf-c public API (Issue #132). + [ Nick Galbreath ] * Prevent possible overflow on 64-bit systems (Issue #106). @@ -112,6 +114,10 @@ protobuf-c (1.0.0) UNRELEASED "make check-code-coverage" build target. This generates a code coverage report and requires the lcov tool to be installed. + * Remove the old DocBook documentation in doc/c-code-generator.{html,xml}. + Relevant material has been updated and incorporated into the Doxygen + documentation in the protobuf-c header file. + * Update copyright and license statements throughout. The original protobuf code released by Google was relicensed from Apache-2.0 to BSD-3-Clause. Dave Benson also converted his license from BSD-3-Clause