From 2c9392f8dd2c080ac936ba0eca7ece69998e4a6d Mon Sep 17 00:00:00 2001 From: "xiaofeng@google.com" Date: Thu, 28 Feb 2013 06:12:28 +0000 Subject: Update version number in trunk --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index a21e956c..5eefe9a8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -2012-09-19 version 2.5.0: +2013-02-27 version 2.5.0: General * New notion "import public" that allows a proto file to forward the content @@ -32,7 +32,7 @@ comments for corresponding classes and data members. * Added Parser to parse directly into messages without a Builder. For example, - Foo foo = Foo.getParser().ParseFrom(input); + Foo foo = Foo.PARSER.ParseFrom(input); Using Parser is ~25% faster than using Builder to parse messages. * Added getters/setters to access the underlying ByteString of a string field directly. -- cgit v1.2.3