summary refs log tree commit diff
path: root/changelog.d/8678.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove frozendict_json_encoder and support frozendicts everywhereRichard van der Hoff2020-10-281-0/+1
Not being able to serialise `frozendicts` is fragile, and it's annoying to have to think about which serialiser you want. There's no real downside to supporting frozendicts, so let's just have one json encoder.