Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2006-08-26 22:18:31 +0400
committerJacek Konieczny <jajcus@jajcus.net>2006-08-26 22:18:31 +0400
commitf4aef1fcc4adc36e0b3fb8365bee9b7b5c28bb51 (patch)
tree65d0fdd72a65e7e5355bb58e62ae3e6a68f4de11 /CHANGES
parenteeb8023a35bfea7c13e830a75533fd6ae47f567a (diff)
- CachedPropertyObject class and its usage in pyxmpp.jabber.disco removed
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0d588a6..dd5e015 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,13 @@ Those are mentioned here as are not backward compatible.
I want the api to be stable and consistent in the next release and later,
so I do all the big changes now (I would have to do them at some time anyway).
+2006-08-26
+
+ CachedPropertyObject class removed and its usage in pyxmpp.jabber.disco
+ Now all the DiscoItem/DiscoInfo/DiscoItems attributes are regular properties
+ calling set_*, get_* funtions on every access.
+ The old cached properties were giving no speed gain and only complicated things.
+
2005-10-14
Usage of non-unicode strings in PyXMPP API is deprecated. No