diff --git a/CHANGELOG.md b/CHANGELOG.md index da6bd7ba..6235c0d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,33 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [v1.14.0] - 2024-04-22 + + +### Added + +- Missing article in ticket generation modal. + ([#552](https://github.com/Uninett/Argus-frontend/issues/552)) +- Link to Django administration site for users with admin permissions. Link is + available in the user menu dropdown. + ([#553](https://github.com/Uninett/Argus-frontend/issues/553)) +- Added towncrier to automatically produce changelog + +### Changed + +- Styling in the user menu dropdown: added a horizontal divider and icons. + ([#553](https://github.com/Uninett/Argus-frontend/issues/553)) +- _Incident ID in \_ field to incident details view, which + displays ID by which incident is referenced internally in its source system. + ([#557](https://github.com/Uninett/Argus-frontend/issues/557)) + +### Fixed + +- Bug with blank page being rendered when manually refreshing, or copy-pasting + incident permalinks + ([#562](https://github.com/Uninett/Argus-frontend/issues/562)) + + ## [v1.13.0] - 2024-04-10 ### Changed diff --git a/changelog.d/+towncrier-changelog.added.md b/changelog.d/+towncrier-changelog.added.md deleted file mode 100644 index e2f308f3..00000000 --- a/changelog.d/+towncrier-changelog.added.md +++ /dev/null @@ -1 +0,0 @@ -Added towncrier to automatically produce changelog \ No newline at end of file diff --git a/changelog.d/552.added.md b/changelog.d/552.added.md deleted file mode 100644 index 72565c30..00000000 --- a/changelog.d/552.added.md +++ /dev/null @@ -1 +0,0 @@ -Missing article in ticket generation modal. \ No newline at end of file diff --git a/changelog.d/553.added.md b/changelog.d/553.added.md deleted file mode 100644 index c0ddcf08..00000000 --- a/changelog.d/553.added.md +++ /dev/null @@ -1 +0,0 @@ -Link to Django administration site for users with admin permissions. Link is available in the user menu dropdown. \ No newline at end of file diff --git a/changelog.d/553.changed.md b/changelog.d/553.changed.md deleted file mode 100644 index ada5be15..00000000 --- a/changelog.d/553.changed.md +++ /dev/null @@ -1 +0,0 @@ -Styling in the user menu dropdown: added a horizontal divider and icons. \ No newline at end of file diff --git a/changelog.d/557.changed.md b/changelog.d/557.changed.md deleted file mode 100644 index 6e6e5132..00000000 --- a/changelog.d/557.changed.md +++ /dev/null @@ -1 +0,0 @@ -_Incident ID in \_ field to incident details view, which displays ID by which incident is referenced internally in its source system. \ No newline at end of file diff --git a/changelog.d/562.fixed.md b/changelog.d/562.fixed.md deleted file mode 100644 index 38d56c0d..00000000 --- a/changelog.d/562.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Bug with blank page being rendered when manually refreshing, or copy-pasting incident permalinks \ No newline at end of file