summary refs log tree commit diff
path: root/changelog.d/15004.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MSC3873: Escape keys when flattening dicts. (#15004)Patrick Cloke2023-02-081-0/+1
This disambiguates keys which attempt to match fields with a dot in them (e.g. m.relates_to). Disabled by default behind an experimental configuration flag.