Release Zulip Server 2.0.4.

This commit is contained in:
Tim Abbott
2019-06-06 16:49:18 -07:00
parent d52a5a1d2d
commit a1f62a66ae
3 changed files with 13 additions and 3 deletions

View File

@@ -7,6 +7,16 @@ All notable changes to the Zulip server are documented in this file.
This section lists notable unreleased changes; it is generally updated
in bursts.
### 2.0.4 -- 2019-06-29
- Fixed several configuration-dependent bugs that caused
restore-backup to crash.
- Fixed a table layout bug in "deactivated users" settings.
- Fixed an exception when administrators edited bot users when custom
profile fields were configured in the organization.
- Fixed a bug enabling the PGRoonga search backend with older postgres.
- Fixed getting personal API key when passwords are disabled.
### 2.0.3 -- 2019-04-23
- Added documentation for upgrading the underlying OS version.