summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-01-13 12:48:22 +0000
committerGitHub <noreply@github.com>2020-01-13 12:48:22 +0000
commit326c893d24e0f03b62bd9d1136a335f329bb8528 (patch)
tree793ea6152daa32a33f5ea953e5c564ffffed4f8c /changelog.d
parentDon't assign numeric IDs for empty usernames (#6690) (diff)
downloadsynapse-326c893d24e0f03b62bd9d1136a335f329bb8528.tar.xz
Kill off RegistrationError (#6691)
This is pretty pointless. Let's just use SynapseError.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6691.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6691.misc b/changelog.d/6691.misc
new file mode 100644
index 0000000000..104e9ce648
--- /dev/null
+++ b/changelog.d/6691.misc
@@ -0,0 +1 @@
+Remove redundant RegistrationError class.