|
2 | 2 |
|
3 | 3 | .. Please respect the following instructions: |
4 | 4 | .. * Add a new bullet item for the category that best describes the change. |
5 | | -.. * You may optionally append "(by @<author>)" at the end of the bullet item, |
6 | | -.. where @<author> is the GitHub username of the author of the change. These |
7 | | -.. affiliations will be displayed in the release notes for every release. |
| 5 | +.. * You may optionally append "(by @<author> in #<pr-number>)" at the end of |
| 6 | +.. the bullet item. This will be used to credit the PR author in the bullet |
| 7 | +.. item, where <author> is the GitHub username of the author of the change |
| 8 | +.. and <pr-number> is the PR number of the change. These affiliations will |
| 9 | +.. be displayed in the release notes for every release. |
8 | 10 | .. * The accepted categories are: Added, Changed, Deprecated, Removed, Fixed, |
9 | 11 | .. and Security. |
10 | 12 | .. * Indicate breaking changes with a "**BREAKING CHANGE:**" prefix in the |
|
15 | 17 | .. Added |
16 | 18 | .. ~~~~~ |
17 | 19 | .. * Added new ``COURSE_DOWNLOADED_COMPLETED`` event. |
18 | | -.. * Added support for annotated Python dictionaries as Avro Map type. (by @developer) |
| 20 | +.. * Added support for annotated Python dictionaries as Avro Map type. (by @developer in #1) |
19 | 21 |
|
20 | 22 | .. Changed |
21 | 23 | .. ~~~~~~~ |
22 | 24 | .. * Added support for Python 3.12. |
23 | | -.. * **BREAKING CHANGE:** Updated from Django 3.x to 4.x. (by @developer) |
| 25 | +.. * **BREAKING CHANGE:** Updated from Django 3.x to 4.x. (by @developer #2) |
24 | 26 |
|
25 | 27 | .. Deprecated |
26 | 28 | .. ~~~~~~~~~~ |
27 | 29 | .. * Deprecated ``COURSE_DOWNLOADED_STARTED`` event |
28 | | -.. * Deprecated use of non-annotated dictionaries in events. (by @developer) |
| 30 | +.. * Deprecated use of non-annotated dictionaries in events. (by @developer #3) |
29 | 31 |
|
30 | 32 | .. Removed |
31 | 33 | .. ~~~~~~~ |
32 | 34 | .. * Removed support for Python 3.8. |
33 | | -.. * Removed unused ``COURSE_DOWNLOADED_STARTED`` event. (by @developer) |
| 35 | +.. * Removed unused ``COURSE_DOWNLOADED_STARTED`` event. (by @developer #4) |
34 | 36 |
|
35 | 37 | .. Fixed |
36 | 38 | .. ~~~~~ |
37 | 39 | .. * Fixed event validation in background processes. |
38 | | -.. * Fixed incorrect handling of event payloads. (by @developer) |
| 40 | +.. * Fixed incorrect handling of event payloads. (by @developer #4) |
39 | 41 |
|
40 | 42 | .. Security |
41 | 43 | .. ~~~~~~~~ |
|
0 commit comments