Skip to content

Commit 176f701

Browse files
authored
Merge pull request #119 from edx/robrap/fix-changelog-formatting
fix: changelog formatting issues
2 parents 7a104cb + c4cb640 commit 176f701

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,21 @@ Change Log
1414
Unreleased
1515
----------
1616

17-
[4.0.0] = 2021-04-30
17+
[4.0.0] - 2021-05-03
18+
--------------------
1819

1920
Removed
20-
-------
21+
_______
2122

2223
* Removed the old location of ``CodeOwnerMonitoringMiddleware``. It had moved in a past commit. Although technically a breaking change, all references in the Open edX platform have already been updated to point to the new location.
2324

2425
Added
25-
-----
26+
_____
2627

2728
* Added new ``code_owner_theme`` and ``code_owner_squad`` custom attributes. This is useful in cases where the ``code_owner`` combines a theme and squad name, because monitoring can instead reference ``code_owner_squad`` to be resilient to theme name updates. For the decision doc, see edx_django_utils/monitoring/docs/decisions/0004-code-owner-theme-and-squad.rst.
2829

2930
Updated
30-
-------
31+
_______
3132

3233
* Misconfigurations of CODE_OWNER_MAPPINGS will now fail fast, rather than just logging. Although technically a breaking change, if CODE_OWNER_MAPPINGS is in use, it is probably correctly configured and this change should be a no-op.
3334

0 commit comments

Comments
 (0)