synapse/changelog.d
Eric Eastwood 8fa7d4a5a3
Ignore Python language refactors (.git-blame-ignore-revs) (#19150)
Ignore Python language refactors (`.git-blame-ignore-revs`)

 - https://github.com/element-hq/synapse/pull/19046
 - https://github.com/element-hq/synapse/pull/19111

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [x] Pull request is based on the develop branch
* [x] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [x] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct (run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
2025-11-10 22:34:30 +00:00
..
.gitignore
18784.feature register_new_matrix_user: Support multiple config files (#18784) 2025-11-10 16:52:57 +00:00
18943.doc Improve documentation around streams, particularly ID generators and adding new streams. (#18943) 2025-11-10 13:07:22 +00:00
19111.misc Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
19138.misc Faster redis replication handling (#19138) 2025-11-05 13:42:04 +00:00
19145.misc Fix spelling (#19145) 2025-11-05 14:00:59 +00:00
19146.misc Fixup logcontexts after replication PR. (#19146) 2025-11-05 15:38:14 +00:00
19150.misc Ignore Python language refactors (.git-blame-ignore-revs) (#19150) 2025-11-10 22:34:30 +00:00
19155.bugfix Add delayed_events table to boolean column port (#19155) 2025-11-10 12:17:42 +00:00