diff options
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14663.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14663.feature b/changelog.d/14663.feature new file mode 100644 index 0000000000..b03f3ee54e --- /dev/null +++ b/changelog.d/14663.feature @@ -0,0 +1 @@ +Add a `cached` function to `synapse.module_api` that returns a decorator to cache return values of functions. |