From dc179665dc0cffaf5cc0e33d62b44912a16c50d4 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Mon, 27 Apr 2026 18:22:58 -0500 Subject: [PATCH] chore: fix incorrect username in changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9444d76d2..0a04b482a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file. From versio - Shutdown should wait for in flight requests by @mkleczek in #4702 - Fix login with uppercase and mixed case role names by @taimoorzaeem in #4678 -- Remove automatic transaction retries on `40001 (serialization_failure)` errors to prevent replication lag by @laurence in #3673 +- Remove automatic transaction retries on `40001 (serialization_failure)` errors to prevent replication lag by @laurenceisla in #3673 ### Changed