diff options
author | Kim Alvefur <zash@zash.se> | 2016-01-28 14:14:48 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-01-28 14:14:48 +0100 |
commit | dc8c136359eaa5ca322f9a04ac0aca14c6330f5b (patch) | |
tree | b77d148289cbfaef863662fe4c7b5d23c001dd49 | |
parent | 940ec04ea91ab25a254f6d2125b0ba374de984e0 (diff) | |
download | prosody-dc8c136359eaa5ca322f9a04ac0aca14c6330f5b.tar.gz prosody-dc8c136359eaa5ca322f9a04ac0aca14c6330f5b.zip |
Add a CHANGES file with new features in 0.10
-rw-r--r-- | CHANGES | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES new file mode 100644 index 00000000..c7add4d3 --- /dev/null +++ b/CHANGES @@ -0,0 +1,24 @@ +0.10.not-released-yet +===================== + +**YYYY-MM-DD** + +New features +------------ + +- Rewritten SQL storage module with Archive support +- SCRAM-SHA-1-PLUS +- `prosodyctl check` +- Statistics +- Improved TLS configuration +- Lua 5.2 support +- mod\_blocklist (XEP-0191) +- mod\_carbons (XEP-0280) +- Asynchronous operations +- Pluggable connection timeout handling + +Removed +------- + +- mod\_privacy (XEP-0016) + |