fix changelog

This commit is contained in:
Joey Orlando 2023-04-03 11:50:00 +02:00
parent 47b0ab4465
commit 0b23ad3d24
No known key found for this signature in database
GPG key ID: 469E88366B17F644

View file

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