summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/ruby/ChangeLog
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-02-07 15:50:06 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-02-07 15:50:06 +0000
commit2445d54928c1d0368317d69c2be9b4f80dbbe1e7 (patch)
tree6e0fed6e93cd1c8fb1451573c81a32e9ece4dfea /cpp/bindings/qpid/ruby/ChangeLog
parent77e26c341cb1163232361dfeae8f9ac19d9c9d53 (diff)
downloadqpid-python-2445d54928c1d0368317d69c2be9b4f80dbbe1e7.tar.gz
QPID-4567: Dropped the errors.rb file and special exceptions.
The code will now raise MessagingException instead in error conditions. Refactored the Session.sender, Session.receiver and Connection.session methods to no longer raise those exceptions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443576 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/ruby/ChangeLog')
-rw-r--r--cpp/bindings/qpid/ruby/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/ruby/ChangeLog b/cpp/bindings/qpid/ruby/ChangeLog
index 722d2d8509..03813053d2 100644
--- a/cpp/bindings/qpid/ruby/ChangeLog
+++ b/cpp/bindings/qpid/ruby/ChangeLog
@@ -1,3 +1,4 @@
Verison 0.22:
* Qpid::Messaging::Address can use an address string on creation.
* Qpid::Messaging::Message can use an address string for reply_to.
+ * Removed errors.rb and the KeyError and SessionNameException errors.