diff options
author | Hillery Shay <shaysquared@gmail.com> | 2021-09-28 09:13:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 09:13:23 -0700 |
commit | 0f007fe009dde43a3a85aacee12cd51cd603bd1c (patch) | |
tree | 8d4123fe6224bc3343f4a11bd914fce6d5dff99f /changelog.d | |
parent | Drop backwards-compatibility support for "outlier" (#10903) (diff) | |
download | synapse-0f007fe009dde43a3a85aacee12cd51cd603bd1c.tar.xz |
Update utility code to handle C implementations of frozendict (#10902)
* update _handle_frozendict to work with c implementations of frozen dict * add changelog * add clarifying comment to _handle_frozendict
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10902.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10902.misc b/changelog.d/10902.misc new file mode 100644 index 0000000000..2cd79887f6 --- /dev/null +++ b/changelog.d/10902.misc @@ -0,0 +1 @@ +Update utility code to handle C implementations of frozendict. \ No newline at end of file |