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))