summary refs log tree commit diff
path: root/changelog.d/8259.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.21.0Richard van der Hoff2020-10-011-1/+0
|
* Directly import json from the standard library. (#8259)Patrick Cloke2020-09-081-0/+1
By importing from canonicaljson the simplejson module was still being used in some situations. After this change the std lib json is consistenty used throughout Synapse.