summaryrefslogtreecommitdiff
path: root/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
commitdc66a17a663250c3ced28d8b70d08a10376c2234 (patch)
treecdaf3a7ced0d4b56f6d5e7709889be6190e5b661 /cpp
parent1e502c21de14a963f6b71734e2e160590c526f5b (diff)
downloadqpid-python-dc66a17a663250c3ced28d8b70d08a10376c2234.tar.gz
QPID-4568: Fixed the wording in the ChangeLog.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/bindings/qpid/ruby/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/bindings/qpid/ruby/ChangeLog b/cpp/bindings/qpid/ruby/ChangeLog
index ab10e43da4..722d2d8509 100644
--- a/cpp/bindings/qpid/ruby/ChangeLog
+++ b/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.