From 20d91d728040132d6b54ad954e3b742b39464173 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Tue, 31 Mar 2020 11:53:52 +0100 Subject: [PATCH] 0.4.0 --- CHANGELOG.md | 19 +++++++++++++++++++ changelog.d/91.feature | 1 - changelog.d/93.misc | 1 - 3 files changed, 19 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/91.feature delete mode 100644 changelog.d/93.misc diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a103d2..fab74537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +Sygnal 0.4.0 (2020-03-31) +========================= + +**NOTE**: The config schema has changed. The `db` config section has been replaced +by `database`. Example configuration can be found in `sygnal.yaml.sample`. `db` will +continue to work, but the section is deprecated and may be removed in a future release. + +Features +-------- + +- Add support for PostgreSQL ([\#91](https://github.com/matrix-org/sygnal/issues/91)) + + +Internal Changes +---------------- + +- Replace occurances of 'assertEquals' with 'assertEqual' to reduce deprecation noise while running tests. ([\#93](https://github.com/matrix-org/sygnal/issues/93)) + + Sygnal 0.3.0 (2020-03-24) ========================= diff --git a/changelog.d/91.feature b/changelog.d/91.feature deleted file mode 100644 index 47133a9b..00000000 --- a/changelog.d/91.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for PostgreSQL \ No newline at end of file diff --git a/changelog.d/93.misc b/changelog.d/93.misc deleted file mode 100644 index c0e341a7..00000000 --- a/changelog.d/93.misc +++ /dev/null @@ -1 +0,0 @@ -Replace occurances of 'assertEquals' with 'assertEqual' to reduce deprecation noise while running tests. \ No newline at end of file