From 80e2e0b4f2af1a547574805bf79ee254dc74e83c Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 11 Jul 2022 21:12:28 +0100 Subject: Don't use newsfiles for config changes per discussion today --- changelog.d/13169.config | 1 - pyproject.toml | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 changelog.d/13169.config diff --git a/changelog.d/13169.config b/changelog.d/13169.config deleted file mode 100644 index 560592d1c8..0000000000 --- a/changelog.d/13169.config +++ /dev/null @@ -1 +0,0 @@ -[`rc_joins_per_room`](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#rc_joins_per_room): parameters for the per-room join rate limit. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 475973deac..3a56c42c0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,11 +9,6 @@ name = "Features" showcontent = true - [[tool.towncrier.type]] - directory = "config" - name = "Config options" - showcontent = true - [[tool.towncrier.type]] directory = "bugfix" name = "Bugfixes" -- cgit 1.5.1