diff options
author | louiz’ <louiz@louiz.org> | 2016-11-09 17:11:55 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-11-09 17:11:55 +0100 |
commit | 009aff52ac735313329a6d74b9c9c425294bbbcc (patch) | |
tree | 7c1a27adad600c3ab4742f01226ab6484e3787c1 | |
parent | b5beb043325ca5625f4eb53cb9451daf499c586b (diff) | |
download | biboumi-009aff52ac735313329a6d74b9c9c425294bbbcc.tar.gz biboumi-009aff52ac735313329a6d74b9c9c425294bbbcc.tar.bz2 biboumi-009aff52ac735313329a6d74b9c9c425294bbbcc.tar.xz biboumi-009aff52ac735313329a6d74b9c9c425294bbbcc.zip |
Little update to the changelog
-rw-r--r-- | CHANGELOG.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7470528..e52357d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,10 +3,12 @@ Version 4.0 - The separator between the IRC nickname and the IRC server is now '%' instead of '!'. This makes things simpler (only one separator to - remember). The distinction between a JID refering to a channel and a JID + remember). The distinction between a JID referring to a channel and a JID refering to a nickname is based on the first character (# or & by default, but this can be customized by the server with the ISUPPORT extension). + - Handle channel invitations in both directions. + - Add support for `JID escaping <.http://www.xmpp.org/extensions/xep-0106.html>`. - Save all channel messages into the database, with an ad-hoc option to disable this feature. - When joining a room, biboumi sends an history of the most recents messages |