add CHANGELOG entry

Signed-off-by: alexgreenbank <alex.greenbank@grafana.com>
This commit is contained in:
alexgreenbank 2024-10-23 13:10:55 +01:00
parent 62e6d1abf5
commit 435335133f

View file

@ -2,6 +2,7 @@
## unreleased
* [CHANGE] Remote-Write: Ability to set User-Agent #15201
* [CHANGE] Scraping: Remove implicit fallback to the Prometheus text format in case of invalid/missing Content-Type and fail the scrape instead. Add ability to specify a `fallback_scrape_protocol` in the scrape config. #15136
* [BUGFIX] PromQL: Fix stddev+stdvar aggregations to always ignore native histograms. #14941
* [BUGFIX] PromQL: Fix stddev+stdvar aggregations to treat Infinity consistently. #14941