summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/python/ChangeLog
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-09-18 20:20:16 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-09-18 20:20:16 +0000
commit942a30ae5fe94268636e0313865e519e8fd87615 (patch)
tree58276c94b2203f1353193735bebe607457e3ee30 /cpp/bindings/qpid/python/ChangeLog
parent3fb0bfc92b33f12d138c87ec1557f519846e7c1f (diff)
downloadqpid-python-942a30ae5fe94268636e0313865e519e8fd87615.tar.gz
QPID-5140: Add get/set methods to MessageProperties
Also set MessageProperties instance as the properties value on the owning Message object. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1524554 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/python/ChangeLog')
-rw-r--r--cpp/bindings/qpid/python/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/python/ChangeLog b/cpp/bindings/qpid/python/ChangeLog
index d88a9897fb..875bd99f7c 100644
--- a/cpp/bindings/qpid/python/ChangeLog
+++ b/cpp/bindings/qpid/python/ChangeLog
@@ -1,3 +1,4 @@
Version 0.26:
* QPID-4952: Changed the module name to qpid_messaging.
+ * QPID-5140: Added get/set method to MessageProperties.