From 061a2a39b48bff88c43c116a1d709102c581e0bf Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Mon, 15 Apr 2024 21:42:23 +0200 Subject: [PATCH] don't include the sensitive param change in breaking changes section in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86aa156..8d59041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ Version 3.x requires at least PHP 8.2. -### Add SensitiveParameter +## Other changes -The new attribute SensitiveParameter was added to the code, to prevent accidental leak of secrets in stack traces. +* The new PHP attribute SensitiveParameter was added to the code, to prevent accidental leak of secrets in stack traces. # Version 2.x