From b04c1815eb50adde8c6cf1d451648773be3a96ac Mon Sep 17 00:00:00 2001 From: Smittyvb Date: Mon, 28 Nov 2022 12:37:38 -0500 Subject: [PATCH] Mention timeline_agg in changelog --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9aa6a44e1..d69683847 100644 --- a/Changelog.md +++ b/Changelog.md @@ -30,6 +30,8 @@ This changelog should be updated as part of a PR if the work is worth noting (mo Users can use the new `toolkit_experimental.approx_percentile_array(percentiles)` to generate an array of percentile results instead of having to call and rebuild the aggregate multiple times. +- [#636](https://github.com/timescale/timescaledb-toolkit/pull/636): New `timeline_agg` aggregate, which is similar to `state_agg` but tracks the entire state timeline instead of just the duration in each state. + #### Bug fixes - [#644](https://github.com/timescale/timescaledb-toolkit/pull/644): Fix bug in Candlestick aggregate and reenable partial aggregation.