From c42485a62f8d7f6797b0b4bed5367ec0d57f140b Mon Sep 17 00:00:00 2001 From: David Reiss Date: Tue, 7 Apr 2009 23:44:01 +0000 Subject: [PATCH] Add some more info to CHANGES and re-sort it git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@763040 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index 237e0b86..6080af2b 100644 --- a/CHANGES +++ b/CHANGES @@ -3,23 +3,33 @@ Thrift Changelog Release 0.1.0 / 4-7-09 Compatibility Breaking Changes: - Ruby Library: - * Generated files now have underscored names [THRIFT-421] - * The library has been rearranged to be more Ruby-like [THRIFT-276] + C++ Library: + * It's quite possible that regenerating code and rebuilding will be + required. Make sure your headers match your libs! Java Library: - C++ Library: - Python Library: + + Ruby Library: + * Generated files now have underscored names [THRIFT-421] + * The library has been rearranged to be more Ruby-like [THRIFT-276] + + Erlang Library: + * 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: - Ruby Library: - * Support for TCompactProtocol [THRIFT-332] + C++ Library: + * Support for TCompactProtocol [THRIFT-333] Java Library: * Support for TCompactProtocol [THRIFT-110] - C++ Library: - * Support for TCompactProtocol [THRIFT-333] + Python Library: + * Support for Twisted [THRIFT-148] + + Ruby Library: + * Support for TCompactProtocol [THRIFT-332] + -- 2.17.1