diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-04-01 01:08:32 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2020-04-01 01:08:32 +0200 |
| commit | 74c0391293f92b9028f68f1f7ff9e8bce0092a89 (patch) | |
| tree | a4e11f2456a1e71e7f323b4fd6944e8588513f37 | |
| parent | 624a919b371bd96f96ecfef0030a7bd58bc9b761 (diff) | |
| download | qxmpp-74c0391293f92b9028f68f1f7ff9e8bce0092a89.tar.gz | |
Prepare CHANGELOG for QXmpp 1.2.1
| -rw-r--r-- | CHANGELOG.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8866b84f..996c958a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +QXmpp 1.2.1 (Apr 01, 2020) +-------------------------- + +This release contains some bug fixes that have been found in the last two +months. Also, the coverage has slightly improved due to new unit tests for the +bug fixes. + +Fixes: + - QXmppRegistrationManager: Fix failed and succeeded signals are both emitted + on success (#260, @melvo) + - QXmppMessageReceiptManager: Fix receipts are sent on error messages + (#269, @TheBluestBird) + - QXmppVCardManager: Fix clientVCardReceived() not emitted when IQ is from the + bare JID of the user (#281, @melvo, @lnjX) + - QXmppRosterManager: Fix 'ask' attribute is included when renaming item + (#262, @melvo, @lnjX) + - QXmppRosterIq: Add missing implementation of the copy constructor (@lnjX) + QXmpp 1.2.0 (Feb 06, 2020) -------------------------- |
