summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-05-27 11:06:45 +0100
committerSean Quah <seanq@matrix.org>2022-05-27 11:06:45 +0100
commite409ab8e9209cb599d7e9a4b3f8bfbd59eb839d3 (patch)
treee627511c5bc608e10a084352f727ab3fb568050e /changelog.d
parentClose `ijson` coroutines ourselves instead of letting the GC close them (#12875) (diff)
downloadsynapse-e409ab8e9209cb599d7e9a4b3f8bfbd59eb839d3.tar.xz
1.60.0rc2 v1.60.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12875.bugfix1
-rw-r--r--changelog.d/12883.feature1
-rw-r--r--changelog.d/12887.misc1
3 files changed, 0 insertions, 3 deletions
diff --git a/changelog.d/12875.bugfix b/changelog.d/12875.bugfix
deleted file mode 100644

index 7b011e0f90..0000000000 --- a/changelog.d/12875.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Explicitly close `ijson` coroutines once we are done with them, instead of leaving the garbage collector to close them. diff --git a/changelog.d/12883.feature b/changelog.d/12883.feature deleted file mode 100644
index 83626771c0..0000000000 --- a/changelog.d/12883.feature +++ /dev/null
@@ -1 +0,0 @@ -Add an option allowing users to use their password to reauthenticate for privileged actions even though password login is disabled. diff --git a/changelog.d/12887.misc b/changelog.d/12887.misc deleted file mode 100644
index 7f6f731832..0000000000 --- a/changelog.d/12887.misc +++ /dev/null
@@ -1 +0,0 @@ -Improve URL previews by not including the content of media tags in the generated description. \ No newline at end of file