From 1ad53eb7b1094e518c4bfb7b57abde30cc0dbc50 Mon Sep 17 00:00:00 2001 From: Dmitri Bourlatchkov Date: Fri, 19 Sep 2025 19:19:18 -0400 Subject: [PATCH] Re-add CHANGELOG.md entry for #2197 Using `git log -p apache-polaris-1.1.0-incubating..553cb06e5dcfe1019a7f8565af13bc4ebf9e2e5b -- CHANGELOG.md` to find changes missed in the previous CHANGELOG update (#2635) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93fd0fc6de..f3b55466d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti ### New Features +- Added a Management API endpoint to reset principal credentials, controlled by the `ENABLE_CREDENTIAL_RESET` (default: true) feature flag. + ### Changes ### Deprecations