diff options
author | louiz’ <louiz@louiz.org> | 2017-07-16 00:12:01 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-07-16 00:16:43 +0200 |
commit | 88770979c3a46f3dde76fa2756e3e07ff79c3e12 (patch) | |
tree | 15fc0c2cd67651a0bf938cdd787e50e793cf946e | |
parent | 729ea131c9857ecb2e9579359e174483c73194d0 (diff) | |
download | biboumi-88770979c3a46f3dde76fa2756e3e07ff79c3e12.tar.gz biboumi-88770979c3a46f3dde76fa2756e3e07ff79c3e12.tar.bz2 biboumi-88770979c3a46f3dde76fa2756e3e07ff79c3e12.tar.xz biboumi-88770979c3a46f3dde76fa2756e3e07ff79c3e12.zip |
Add a changelog entry for the roster feature
-rw-r--r-- | CHANGELOG.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bcb7510..e2e985e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,9 @@ Version 6.0 - The LiteSQL dependency was removed. Only libsqlite3 is now necessary to work with the database. + - Some JIDs can be added into users’ rosters. The component JID tells if + biboumi is started or not, and the IRC-server JIDs tell if the user is + currently connected to that server. - The RecordHistory option can now also be configured for each IRC channel, individually. - Add a global option to make all channels persistent. |