diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-05-27 07:44:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-27 07:44:10 -0400 |
commit | 724e11d62057a77aa9b43fdd803b6fcd1cbc183b (patch) | |
tree | 00e2d68fff40710734b8cf431f943f4a4b6646bb /changelog.d | |
parent | Additional constants for EDU types. (#12884) (diff) | |
download | synapse-724e11d62057a77aa9b43fdd803b6fcd1cbc183b.tar.xz |
Clean-up some receipts code (#12888)
* Properly marks private methods as private. * Adds missing docstrings. * Rework inline methods.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12888.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12888.misc b/changelog.d/12888.misc new file mode 100644 index 0000000000..8ed2ea65b5 --- /dev/null +++ b/changelog.d/12888.misc @@ -0,0 +1 @@ +Refactor receipt linearization code. |