diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-09-07 00:22:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-07 00:22:23 +1000 |
commit | 2608ebc04c8b7ffb3417eeb720801d70ddc7dccd (patch) | |
tree | 44cf4eae9b110f8f59af56ea1e302676b0fb1083 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-2608ebc04c8b7ffb3417eeb720801d70ddc7dccd.tar.xz |
Port handlers/ to Python 3 (#3803)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3803.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3803.misc b/changelog.d/3803.misc new file mode 100644 index 0000000000..2b60653c29 --- /dev/null +++ b/changelog.d/3803.misc @@ -0,0 +1 @@ +handlers/ is now ported to Python 3. |