synapse/changelog.d
devonh 301c9771c4
Clarify what part of message retention is still experimental (#17099)
### 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))
2024-04-19 15:26:28 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
16920.bugfix Parse Integer negative value validation (#16920) 2024-04-16 19:12:36 +00:00
16923.bugfix Parse json validation (#16923) 2024-04-18 13:57:38 +01:00
16943.bugfix bugfix: make msc3967 idempotent (#16943) 2024-04-15 10:57:56 +00:00
17032.misc Use receipts event_stream_ordering instead of joins (#17032) 2024-04-12 09:28:44 +01:00
17036.misc Fix mypy on latest Twisted release (#17036) 2024-04-11 16:03:45 +01:00
17079.misc Bump minimum required Rust version to 1.66.0 (#17079) 2024-04-17 15:44:40 +02:00
17081.misc Helpers to transform Twisted requests to Rust http Requests/Responses (#17081) 2024-04-18 12:20:30 +02:00
17086.feature Support for MSC4108 via delegation (#17086) 2024-04-17 16:47:35 +02:00
17096.misc Fix remote receipts for events we don't have (#17096) 2024-04-17 16:08:40 +01:00
17099.doc Clarify what part of message retention is still experimental (#17099) 2024-04-19 15:26:28 +00:00