diff --git a/release-notes/Release-notes-0.15.10.md b/release-notes/Release-notes-0.15.10.md index 84f462e3..7d25b6f1 100644 --- a/release-notes/Release-notes-0.15.10.md +++ b/release-notes/Release-notes-0.15.10.md @@ -12,7 +12,7 @@ this release should add its entry under the appropriate section below. are encouraged to update promptly. - **Config & logging: reduce exposure of authentication secrets** - ([#TBD](https://github.com/Ride-The-Lightning/RTL/pull/TBD)). + ([#1659](https://github.com/Ride-The-Lightning/RTL/pull/1659)). Tightens redaction of authentication material in node logs and configuration API responses, and keeps runtime-only SSO state out of the persisted config file. Adds regression coverage (`test/backend/common.test.mjs`). Users are encouraged to update