From: David Reiss Date: Wed, 8 Apr 2009 20:46:13 +0000 (+0000) Subject: Remove "Library" from CHANGES because the compiler is also affected X-Git-Tag: 0.2.0~141 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=7d64c0a330975b8785d780656ea7857b23633e5c;p=common%2Fthrift.git Remove "Library" from CHANGES because the compiler is also affected git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@763384 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6080af2b..b8db693a 100644 --- a/CHANGES +++ b/CHANGES @@ -3,33 +3,33 @@ Thrift Changelog Release 0.1.0 / 4-7-09 Compatibility Breaking Changes: - C++ Library: + C++: * It's quite possible that regenerating code and rebuilding will be required. Make sure your headers match your libs! - Java Library: + Java: - Python Library: + Python: - Ruby Library: + Ruby: * Generated files now have underscored names [THRIFT-421] * The library has been rearranged to be more Ruby-like [THRIFT-276] - Erlang Library: + Erlang: * Generated code will have to be regenerated, and the new code will have to be deployed atomically with the new library code [THRIFT-136] New Features and Bug Fixes: - C++ Library: + C++: * Support for TCompactProtocol [THRIFT-333] - Java Library: + Java: * Support for TCompactProtocol [THRIFT-110] - Python Library: + Python: * Support for Twisted [THRIFT-148] - Ruby Library: + Ruby: * Support for TCompactProtocol [THRIFT-332]