aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-10-05 18:06:42 -0500
committerrogerk <devnull@localhost>2011-10-05 18:06:42 -0500
commit286784ae6ae4161994f1943330a77a75a9200a33 (patch)
tree8f5759bf68de088df7e46975f020a3cb36a7066f
parent752d1a374c15593b1aa1a4e97f73bdbacc71de45 (diff)
downloadprotobuf-286784ae6ae4161994f1943330a77a75a9200a33.tar.gz
protobuf-286784ae6ae4161994f1943330a77a75a9200a33.tar.bz2
protobuf-286784ae6ae4161994f1943330a77a75a9200a33.zip
Updated Changes.txt to reflect new option
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3cd0d852..2e9ec6ee 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -41,7 +41,8 @@ Fixes:
warnings/errors.
- Issue 28: Circular message dependencies result in null default values for
Message fields.
-- Issue 29: Message classes generated have a public default constructor.
+- Issue 29: Message classes generated have a public default constructor. You
+ can disable private ctor generation with the option generate_private_ctor.
- Issue 35: Fixed a bug in ProtoGen handling of arguments with trailing \
- Big-endian support for float, and double on Silverlight
- Packed and Unpacked parsing allow for all repeated, as per version 2.3