From 6c641205da5677d7c52f33fd89b2d7ab47ae178e Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Thu, 4 Mar 2021 19:57:08 +0100 Subject: [PATCH] fix the name of PromQL and the name of the functions mention in the Changelog Signed-off-by: Augustin Husson Co-authored-by: Julius Volz --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 204e32a..6f90c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,4 @@ =================== * **[Feature]** Support `@` modifiers. You can learn more about it in the [Prometheus Blog](https://prometheus.io/blog/2021/02/18/introducing-the-@-modifier/) -* **[Feature]** Support new promQL function (clamp, sgn, last_over_time) +* **[Feature]** Support new PromQL functions (`clamp()`, `sgn()`, `last_over_time()`)