Skip to content

Commit eac170b

Browse files
Use more correct changelog entries for refactoring Generator usage (#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))
1 parent 211c31d commit eac170b

File tree

13 files changed

+7
-6
lines changed

13 files changed

+7
-6
lines changed

changelog.d/17813.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/17813.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refactor database calls to remove `Generator` usage.

changelog.d/17814.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/17814.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refactor database calls to remove `Generator` usage.

changelog.d/17815.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/17815.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refactor database calls to remove `Generator` usage.

changelog.d/17816.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/17816.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refactor database calls to remove `Generator` usage.

changelog.d/17817.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/17817.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refactor database calls to remove `Generator` usage.

changelog.d/17818.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/17818.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refactor database calls to remove `Generator` usage.

changelog.d/17890.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refactor database calls to remove `Generator` usage.

0 commit comments

Comments
 (0)