Changeset 228:74201da6600c for NEWS
- Timestamp:
- Oct 12, 2016, 9:30:34 AM (6 years ago)
- Branch:
- default
- hg-git-rename-source:
- git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEWS
r184 r228 1 0.8.0 (xxxx-xx-xx) 2 ================== 3 4 Deprecations 5 -------- 1 16.0.0rc1 (2016-10-12) 2 ======================= 3 4 Features 5 -------- 6 - Wokkel has been ported to Python 3. 7 - wokkel.pubsub.PubSubClient now supports retrieving items by identifier. 8 9 Fixes 10 ----- 11 - wokkel.generic.Request.stanzaType now defaults to the value of the class 12 variable if `stanzaType` is not passed to `__init__` (#80). 13 - wokkel.delay.Delay.fromElement now also catches `TypeError` when parsing 14 timestamps, to work around a bug in dateutil. 15 - wokkel.muc.MUCClientProtocol now properly updates user role and affiliation 16 upon presence updates. 17 18 Deprecations and Removals 19 ------------------------- 6 20 7 21 - wokkel.generic.prepareIDNName is deprecated in favor of 8 22 unicode.encode('idna'). 23 - Python 2.6 and older are no longer supported. 24 - wokkel.compat no longer includes named and value constants (now in 25 `twisted.python.constants` through `constantly`). 26 - wokkel.compat no longer includes `BootstrapMixin` and 27 `XmlStreamServerFactory`, as they are included in the required version of 28 Twisted. 9 29 10 30
Note: See TracChangeset
for help on using the changeset viewer.