aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2020-03-23 17:55:11 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2020-03-23 17:55:11 +0100
commite6065bf08faf4a0dd1d29f58d84c1938e7ac966b (patch)
tree6944e4fabd0d00ffa03157538a1c4048f9bb39db /CHANGELOG.md
parentUpdate mix.lock (diff)
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b830238fe..e2b696521 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+# Version 20.03
+
+* Changes in this version
+- Add support of ssl connection when connection to mysql
+ database (configured with `sql_ssl: true` option)
+- Experimental support for cockroachdb when configured
+ with postgres connector
+- Add cache and optimize queries issued by `mod_shared_roster`,
+ this should greatly improve performance of this module when
+ used with `sql` backend
+- Fix problem with accessing webadmin
+- Make webadmin work even when url is missing trailing slash
+- When compiling external modules with ext_mod, use flags
+ that were detected during compilation of ejabberd
+- Make config changed to ldap options be updated when issued
+ `reload_config` command
+- Fix `room_empty_destory` command
+- Fix reporting errors in `send_stanza` command when xml
+ passed to it couldn't be passed correctly
+
# Version 20.02
* Changes in this version