summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-13 14:39:06 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-13 14:39:06 +0100
commitd9bd181a3fd1431af784c525e7fe552e0bcad48e (patch)
treea20c312c2953d1e53b27df36bd5d17c8b9f88ef4
parent 1.32.0rc1 (diff)
downloadsynapse-d9bd181a3fd1431af784c525e7fe552e0bcad48e.tar.xz
Update changelog for v1.32.0 v1.32.0rc1
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 6e7cc5374a..41908f84be 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -47,12 +47,12 @@ Deprecations and Removals
 
 - Remove old admin API `GET /_synapse/admin/v1/users/<user_id>`. ([\#9401](https://github.com/matrix-org/synapse/issues/9401))
 - Make `/_matrix/client/r0/register` expect a type of `m.login.application_service` when an Application Service registers a user, to align with [the relevant spec](https://spec.matrix.org/unstable/application-service-api/#server-admin-style-permissions). ([\#9548](https://github.com/matrix-org/synapse/issues/9548))
-- Replace deprecated `imp` module with successor `importlib`. Contributed by Cristina Muñoz. ([\#9718](https://github.com/matrix-org/synapse/issues/9718))
 
 
 Internal Changes
 ----------------
 
+- Replace deprecated `imp` module with successor `importlib`. Contributed by Cristina Muñoz. ([\#9718](https://github.com/matrix-org/synapse/issues/9718))
 - Experiment with GitHub Actions for CI. ([\#9661](https://github.com/matrix-org/synapse/issues/9661))
 - Introduce flake8-bugbear to the test suite and fix some of its lint violations. ([\#9682](https://github.com/matrix-org/synapse/issues/9682))
 - Update `scripts-dev/complement.sh` to use a local checkout of Complement, allow running a subset of tests and have it use Synapse's Complement test blacklist. ([\#9685](https://github.com/matrix-org/synapse/issues/9685))