summary refs log tree commit diff
path: root/changelog.d/15302.misc
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-03-21 18:58:38 +0000
committerGitHub <noreply@github.com>2023-03-21 18:58:38 +0000
commit882911a863f2b239a91846a03bbf5674f2d31862 (patch)
tree7ba7420ef87ef97cf0de84b8de943e65c4c16307 /changelog.d/15302.misc
parentRemind maintainer to ask #synapse-dev for changelog (#15303) (diff)
downloadsynapse-882911a863f2b239a91846a03bbf5674f2d31862.tar.xz
Allow running twisted trunk against other branches (#15302)
* Allow running twisted trunk against other branches

I would like to do this so we can try Synapse's typechecking against a
specific branch that the project solicited tests for, see
https://mail.python.org/archives/list/twisted@python.org/message/GGO5JHA5S475AK6JZ3GCC3GIHGKQYM6Y/

* Changelog
Diffstat (limited to '')
-rw-r--r--changelog.d/15302.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15302.misc b/changelog.d/15302.misc
new file mode 100644
index 0000000000..aadadf4b43
--- /dev/null
+++ b/changelog.d/15302.misc
@@ -0,0 +1 @@
+Allow running the Twisted trunk job against other branches.