From 51c2a523d02c666c74f3cb2fc7b910707afe8af5 Mon Sep 17 00:00:00 2001 From: syvb Date: Wed, 1 Mar 2023 14:39:52 -0500 Subject: [PATCH] Add changelog entry for state_agg stabilization --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 792acb89..e7396288 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,10 +14,12 @@ This changelog should be updated as part of a PR if the work is worth noting (mo #### Stabilized features - [#722](https://github.com/timescale/timescaledb-toolkit/pull/722): Stabilize heartbeat aggregate. - [#724](https://github.com/timescale/timescaledb-toolkit/pull/724): Stabilize integral and interpolated_integral for time-weighted-average. +- [#723](https://github.com/timescale/timescaledb-toolkit/pull/723): Stabilized `state_agg` #### Other notable changes - [#716](https://github.com/timescale/timescaledb-toolkit/issues/716): Add arrow operator support for counter aggregate and time-weighted aggregate interpolated accessors. - [#716](https://github.com/timescale/timescaledb-toolkit/issues/716): Remove experimental versions of interpolated accessors for counter aggregate and time-weighted aggregates. The stable versions introduced in 1.14.0 should be used instead. +- [#723](https://github.com/timescale/timescaledb-toolkit/pull/723): Added `state_at` function for `state_agg` #### Shout-outs