diff --git a/CHANGELOG.md b/CHANGELOG.md index b38818f988..c3a010f012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Removed the hardcoding of page size on frontend ([#3205](https://github.com/grafana/oncall/pull/3205)) +- Prevent additional polling on Incidents if the previous request didn't complete + ([#3205](https://github.com/grafana/oncall/pull/3205)) + ## v1.3.48 (2023-10-30) ### Added @@ -19,9 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Simplify Direct Paging workflow. Now when using Direct Paging you either simply specify a team, or one or more users to page by @joeyorlando ([#3128](https://github.com/grafana/oncall/pull/3128)) - Enable timing options for mobile push notifications, allow multi-select by @Ferril ([#3187](https://github.com/grafana/oncall/pull/3187)) -- Removed the hardcoding of page size on frontend ([#3205](https://github.com/grafana/oncall/pull/#3205)) -- Prevent additional polling on Incidents if the previous request didn't complete - ([#3205](https://github.com/grafana/oncall/pull/#3205)) ### Fixed