diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-10-16 11:21:04 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-10-16 15:56:47 +0100 |
commit | 402213bf416d63dedfca21e646e630349952ba58 (patch) | |
tree | bcec306bc492a77fbd9815c1cfd5888622d0e6e1 /changelog.d | |
parent | type annotations for LruCache (diff) | |
download | synapse-402213bf416d63dedfca21e646e630349952ba58.tar.xz |
changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8562.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8562.misc b/changelog.d/8562.misc new file mode 100644 index 0000000000..ebdbddb500 --- /dev/null +++ b/changelog.d/8562.misc @@ -0,0 +1 @@ +Add type annotations for `LruCache`. |