From 755d6c9e0f29fbcfd47b7bc35063314b5de399cc Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Fri, 5 Jul 2024 10:21:04 +0800 Subject: [PATCH] chore: add changelog for 13398 and 13408 --- changes/ce/fix-13398.en.md | 1 + changes/ce/fix-13408.en.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/ce/fix-13398.en.md create mode 100644 changes/ce/fix-13408.en.md diff --git a/changes/ce/fix-13398.en.md b/changes/ce/fix-13398.en.md new file mode 100644 index 000000000..fb2f891e8 --- /dev/null +++ b/changes/ce/fix-13398.en.md @@ -0,0 +1 @@ +Fix acl rule clearing when reloading built-in-database for authorization using command line. diff --git a/changes/ce/fix-13408.en.md b/changes/ce/fix-13408.en.md new file mode 100644 index 000000000..e27482d91 --- /dev/null +++ b/changes/ce/fix-13408.en.md @@ -0,0 +1 @@ +Fix function_clause crash that occurs when attempting to authenticate with an invalid type of salt or password.