diff options
author | louiz’ <louiz@louiz.org> | 2017-09-16 14:09:03 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-09-16 14:09:03 +0200 |
commit | ad2ddafc5423d2111b75315852518e7788473404 (patch) | |
tree | 840ecbf72c7b87a5b5440f7fdf6d88ddeb88c8cb | |
parent | 5669950e206535747e1e0634fd16e987ac6474b3 (diff) | |
download | biboumi-ad2ddafc5423d2111b75315852518e7788473404.tar.gz biboumi-ad2ddafc5423d2111b75315852518e7788473404.tar.bz2 biboumi-ad2ddafc5423d2111b75315852518e7788473404.tar.xz biboumi-ad2ddafc5423d2111b75315852518e7788473404.zip |
Add a missing changelog entry
-rw-r--r-- | CHANGELOG.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 528e63f..95a8ab5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,15 +9,17 @@ Version 6.0 - The RecordHistory option can now also be configured for each IRC channel, individually. - Add a global option to make all channels persistent. - - Status code='332' is sent with the unavailable presences when biboumi is + - The persistent_by_default configuration option has been added, this + lets the administrator decide whether or not the rooms should be + persistent or not by default, for all users. +- Status code='332' is sent with the unavailable presences when biboumi is being shutdown or the connection to the IRC server is cut unexpectedly. - Support for botan version 1.11.x has been dropped, only version 2.x is supported. - Invitations can now be sent to any JID, not only JIDs served by the biboumi instance itself. - - The persistent_by_default configuration option has been added, this - lets the administrator decide whether or not the rooms should be - persistent or not by default, for all users. + - The history limits sent by the client when they request to join a + channel is now supported. Version 5.0 - 2017-05-24 ======================== |