diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-08-13 14:16:18 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-08-13 14:16:18 -0400 |
commit | 7bdf9828d5298db9723eac5a7a368e1e7c1c97c4 (patch) | |
tree | f8381af215107ab77e118ee886059f693f184ca4 /changelog.d | |
parent | Merge tag 'v1.19.0rc1' into develop (diff) | |
download | synapse-7bdf9828d5298db9723eac5a7a368e1e7c1c97c4.tar.xz |
Remove a space at the start of a changelog entry.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8072.misc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/8072.misc b/changelog.d/8072.misc index e26764dea1..dfe4c03171 100644 --- a/changelog.d/8072.misc +++ b/changelog.d/8072.misc @@ -1 +1 @@ - Convert various parts of the codebase to async/await. +Convert various parts of the codebase to async/await. |