summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-02-07 15:50:02 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-02-07 15:50:02 +0000
commitb9d73f76b67eb3a0ef49e3af7085b485d1a398ad (patch)
tree6786d2bc63b056e172f7bff9e346b93106400285 /qpid/cpp
parente87124897b82a54324ffca90c1ad3daa84e46057 (diff)
downloadqpid-python-b9d73f76b67eb3a0ef49e3af7085b485d1a398ad.tar.gz
QPID-4568: Fixed the wording in the ChangeLog.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1443575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/bindings/qpid/ruby/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/bindings/qpid/ruby/ChangeLog b/qpid/cpp/bindings/qpid/ruby/ChangeLog
index ab10e43da4..722d2d8509 100644
--- a/qpid/cpp/bindings/qpid/ruby/ChangeLog
+++ b/qpid/cpp/bindings/qpid/ruby/ChangeLog
@@ -1,3 +1,3 @@
Verison 0.22:
- * Changed Qpid::Messaging::Address to use an address string on creation.
- * Changed Qpid::Messaging::Message to allow an address string for reply_to.
+ * Qpid::Messaging::Address can use an address string on creation.
+ * Qpid::Messaging::Message can use an address string for reply_to.