From 0b23ad3d244eb8588355605ed84eff9deafd4a16 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Mon, 3 Apr 2023 11:50:00 +0200 Subject: [PATCH] fix changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de3cbc2..479cbb46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Changes +### Added + +- Save selected teams filter in local storage ([1611](https://github.com/grafana/oncall/issues/1611)) + +### Changed - Renamed routes from /incidents to /alert-groups ([#1678](https://github.com/grafana/oncall/pull/1678)) @@ -46,10 +50,6 @@ Only some minor performance/developer setup changes to report in this version. ## v1.2.2 (2023-03-27) -### Added - -- Save selected teams filter in local storage ([1611](https://github.com/grafana/oncall/issues/1611)) - ### Changed - Drawers with Forms are not closing by clicking outside of the drawer. Only by clicking Cancel or X (by @Ukochka in [#1608](https://github.com/grafana/oncall/pull/1608))