diff options
author | H. Shay <hillerys@element.io> | 2022-02-14 10:21:00 -0800 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2022-02-14 10:21:00 -0800 |
commit | 9c4563c5cd97dbcfe3eb43e05b30ca3c830d6937 (patch) | |
tree | fff1d71e3bb288b02aef6139fee376a885f5b13f /changelog.d | |
parent | Require that modules register their callbacks using keyword arguments. (#11975) (diff) | |
download | synapse-9c4563c5cd97dbcfe3eb43e05b30ca3c830d6937.tar.xz |
remove empty file, reword/rename newsfragment, and add line to upgrade doc
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11849.feature | 1 | ||||
-rw-r--r-- | changelog.d/11849.misc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/11849.feature b/changelog.d/11849.feature new file mode 100644 index 0000000000..6c6b57a774 --- /dev/null +++ b/changelog.d/11849.feature @@ -0,0 +1 @@ +Enable cache time-based expiry by default. The `expiry_time` config flag has been superseded by `expire_caches` and `cache_entry_ttl`. diff --git a/changelog.d/11849.misc b/changelog.d/11849.misc deleted file mode 100644 index 9561eab192..0000000000 --- a/changelog.d/11849.misc +++ /dev/null @@ -1 +0,0 @@ -Enable cache time-based expiry by default. The `expiry_time` config flag will be superseded by `expire_caches` and `cache_entry_ttl`. |