From d40ca795616586ac547812889566d34373255cc5 Mon Sep 17 00:00:00 2001 From: tamassoltesz Date: Mon, 7 Oct 2024 23:12:42 +0200 Subject: [PATCH] fix: changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001af5c22..e1a7fb063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +- Adds support for `--with-temp-dir` in CLI and `tempDirLocation=` in Core + ## [9.2.2] - 2024-09-04 - Adds index on `last_active_time` for `user_last_active` table to improve the performance of MAU computation.