Update CHANGELOG.md

This commit is contained in:
Joey Orlando 2023-07-25 12:16:36 -04:00 committed by GitHub
parent 1b36081ef2
commit 7675719911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,18 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Fixed
- Bring heartbeats back to UI
- Address issue when Grafana feature flags which were enabled via the `feature_flags.enabled` were only properly being
parsed, when they were space-delimited. This fix allows them to be _either_ space or comma-delimited.
by @joeyorlando ([#2623](https://github.com/grafana/oncall/pull/2623))
## v1.3.17 (2023-07-25)
### Added
- Added banner on the ChatOps screen for OSS to let the user know if no chatops integration is enabled
([#1735](https://github.com/grafana/oncall/issues/1735))
### Fixed
- Bring heartbeats back to UI by @maskin25 ([#2550](https://github.com/grafana/oncall/pull/2550))
- Address issue when Grafana feature flags which were enabled via the `feature_flags.enabled` were only properly being
parsed, when they were space-delimited. This fix allows them to be _either_ space or comma-delimited.
by @joeyorlando ([#2623](https://github.com/grafana/oncall/pull/2623))
## v1.3.16 (2023-07-21)
### Added