diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-06-09 17:26:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 17:26:51 +0100 |
commit | 3e8c8547e105769984c3376cc18815452ca19653 (patch) | |
tree | fce3548d27fe7a08874bd4152eccce2445a2b710 | |
parent | 1.15.0rc1 (diff) | |
download | synapse-3e8c8547e105769984c3376cc18815452ca19653.tar.xz |
Update CHANGES.md
fix a typo
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index b45eccf024..7240ff4516 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,7 +15,7 @@ Features Bugfixes -------- -- Allow new users to be registered via the admin API even if the monthly active user limit has been reached. Contributed by @dkimpel. ([\#7263](https://github.com/matrix-org/synapse/issues/7263)) +- Allow new users to be registered via the admin API even if the monthly active user limit has been reached. Contributed by @dklimpel. ([\#7263](https://github.com/matrix-org/synapse/issues/7263)) - Fix email notifications not being enabled for new users when created via the Admin API. ([\#7267](https://github.com/matrix-org/synapse/issues/7267)) - Fix str placeholders in an instance of `PrepareDatabaseException`. Introduced in Synapse v1.8.0. ([\#7575](https://github.com/matrix-org/synapse/issues/7575)) - Fix a bug in automatic user creation during first time login with `m.login.jwt`. Regression in v1.6.0. Contributed by @olof. ([\#7585](https://github.com/matrix-org/synapse/issues/7585)) |