add changelog

pull/3534/head
Krombel 2018-07-13 22:19:19 +02:00
parent 3366b9c534
commit 516f960ad8
2 changed files with 2 additions and 1 deletions

1
changelog.d/3534.misc Normal file
View File

@ -0,0 +1 @@
refactor: use parse_{string,integer} and assert's from http.servlet for deduplication

View File

@ -18,7 +18,7 @@ import logging
from twisted.internet import defer
from synapse.api.errors import AuthError, SynapseError
from synapse.api.errors import AuthError, Codes, SynapseError
from synapse.http.servlet import parse_json_object_from_request
from synapse.types import RoomAlias