summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-11 15:44:41 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-11 17:38:05 +0000
commit01b1de837cc69a71ded01aa5cc4663c83713e275 (patch)
tree74c3ad69ff9e8183b63890e9835c4637ea7d35cc
parent6414f7bdebb1a71ee833833886a8c6bcb8ee5f1f (diff)
NEWS: updated
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ec31d16..46a04d4 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,18 @@ telepathy-python 0.15.17 (UNRELEASED)
Enhancements:
+ * New function ChannelManager.implement_channel_classes to deprecate
+ _implement_channel_class. This allows implementing multiple channel
+ classes per channel type. Fixes fd.o#26979.
+
+ * Add new NoneHandle class to represent a handle type of NONE, and
+ use this class so that telepathy.server.Handle's methods return
+ NoneHandle objects for HT=NONE, instead of None.
+
Fixes:
+ * Allow TargetHandleType=NONE when requesting a new channel.
+
telepathy-python 0.15.16 (2010-03-09)
=====================================