diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-02-08 17:25:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-08 17:25:57 +0000 |
commit | 9cd33d2f4bc14a165f693e2d3dfe231179e968e8 (patch) | |
tree | bf72a066e4158ce6dd893b3a2f969a2d6dfb6be6 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-9cd33d2f4bc14a165f693e2d3dfe231179e968e8.tar.xz |
Deduplicate some code in synapse.app (#4567)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4567.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4567.misc b/changelog.d/4567.misc new file mode 100644 index 0000000000..96a2e0aefc --- /dev/null +++ b/changelog.d/4567.misc @@ -0,0 +1 @@ +Reduce duplication of ``synapse.app`` code. |