optimziation


git-svn-id: http://protobuf-c.googlecode.com/svn/trunk@206 00440858-1255-0410-a3e6-75ea37f81c3a
diff --git a/ChangeLog b/ChangeLog
index 1974d0a..74f0b02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
       - Add --disable-protoc to only build libprotobuf-c (daveb)
       - Bug fixes for protobuf_c_enum_descriptor_get_value_by_name()
         and protobuf_c_service_descriptor_get_method_by_name()
+      - if descriptor->message_init != NULL, use it from unpack()
+        as an optimization (daveb)
 
 0.12:
       - for field names which are reserved words, use the real name