use a link in CHANGELOG.md for SensitiveParameter

This commit is contained in:
Nicolas CARPi
2024-04-15 22:43:29 +02:00
parent bba4c207c2
commit 83c7449270
+1 -1
View File
@@ -10,7 +10,7 @@ Version 3.x requires at least PHP 8.2.
## Other changes
* The new PHP attribute SensitiveParameter was added to the code, to prevent accidental leak of secrets in stack traces.
* The new PHP attribute [SensitiveParameter](https://www.php.net/manual/en/class.sensitiveparameter.php) was added to the code, to prevent accidental leak of secrets in stack traces.
# Version 2.x