Skip to content

Commit

Permalink
Use more correct changelog entries for refactoring Generator usage (#…
Browse files Browse the repository at this point in the history
…17890)

Use more correct changelog entries for refactoring `Generator` usage

 - #17813
 - #17814
 - #17815
 - #17816
 - #17817

### 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))
  • Loading branch information
MadLittleMods authored Nov 5, 2024
1 parent 211c31d commit eac170b
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 6 deletions.
1 change: 0 additions & 1 deletion changelog.d/17813.bugfix

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/17813.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Refactor database calls to remove `Generator` usage.
1 change: 0 additions & 1 deletion changelog.d/17814.bugfix

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/17814.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Refactor database calls to remove `Generator` usage.
1 change: 0 additions & 1 deletion changelog.d/17815.bugfix

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/17815.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Refactor database calls to remove `Generator` usage.
1 change: 0 additions & 1 deletion changelog.d/17816.bugfix

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/17816.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Refactor database calls to remove `Generator` usage.
1 change: 0 additions & 1 deletion changelog.d/17817.bugfix

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/17817.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Refactor database calls to remove `Generator` usage.
1 change: 0 additions & 1 deletion changelog.d/17818.bugfix

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/17818.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Refactor database calls to remove `Generator` usage.
1 change: 1 addition & 0 deletions changelog.d/17890.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Refactor database calls to remove `Generator` usage.

0 comments on commit eac170b

Please sign in to comment.