From 3e9a95eb05ae187c60f55bfd71d71628036d4bc7 Mon Sep 17 00:00:00 2001 From: Yaroslav Dynnikov <yaroslav.dynnikov@gmail.com> Date: Tue, 28 May 2024 15:50:37 +0300 Subject: [PATCH] doc: changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6dd1dc3f..44937aeb4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ with the `YY.MINOR.MICRO` scheme. ## Unreleased -- Fix `picodata admin` 100\% CPU usage when server closes the socket - SQL supports `trim` function. - SQL supports `to_char`, `to_date` functions. - SQL supports `ORDER BY` clause. @@ -50,6 +49,10 @@ with the `YY.MINOR.MICRO` scheme. - Primary indexes change there naming convention: now it is "{table_name}_pkey". --> +- Fix `picodata admin` 100\% CPU usage when server closes the socket +- Fix `picodata connect` error after granting a role to the user +- Fix `ALTER USER alice WITH NOLOGIN` + -------------------------------------------------------------------------------- ## [24.2.2] - 2024-04-03 -- GitLab