aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2014-03-26 15:49:57 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2014-03-26 15:49:57 +0100
commit742f672a580461271cbe25c5e87f42e9dc4c3ede (patch)
treea4ef3cdf1d1613b8844184f9aad04be8acc66cad /CHANGELOG
parentab5bdff45a304730ba5194e328bfc62267e366dc (diff)
downloadqxmpp-742f672a580461271cbe25c5e87f42e9dc4c3ede.tar.gz
Remove deprecated QXmppPresence::Status type
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 00cee5d3..3fbe4d1b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,11 @@
-QXmpp 0.7.7 (UNRELEASED)
+QXmpp 0.8.0 (UNRELEASED)
- Fix QXmppServer incoming connections with Qt5 (issue 175).
- Support for QXmppMessage extensions having tag names other than 'x'.
- Support for retrieving the source QDomElement that has been used to
initialize a QXmppElement.
- Add organizations info interface to QXmppVCardIq.
+ - Remove deprecated QXmppPresence::Status type.
QXmpp 0.7.6 (Mar 9, 2013)
-------------------------