summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-10-03 11:20:18 +0100
committerGitHub <noreply@github.com>2022-10-03 11:20:18 +0100
commit343038c3c3260e484cd1c7b73aa4b217ce3edac4 (patch)
tree19299468e8e7753f1a2da37b8296a130554b729c /changelog.d
parentRevert the general exception recording introduced in #13814 (#13969) (diff)
downloadsynapse-343038c3c3260e484cd1c7b73aa4b217ce3edac4.tar.xz
Always build Rust extension in release mode (#14009)
Fixes #13990
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14009.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14009.bugfix b/changelog.d/14009.bugfix
new file mode 100644
index 0000000000..5f85fee967
--- /dev/null
+++ b/changelog.d/14009.bugfix
@@ -0,0 +1 @@
+Fix bug where Rust extension wasn't built in `release` mode when using `poetry install`.