Skip to content

Commit

Permalink
mention #130 in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi authored May 17, 2024
2 parents 337e96b + 9e8b31e commit fc3adc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ You can keep the old behavior by setting `80` as argument to `createSecret()` (n
* 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.
* Likely not breaking anything, but now all external QR Code providers use HTTPS with a verified certificate, see #126.
* The CSPRNG is now exclusively using `random_bytes()` PHP function. Previously a fallback to `openssl` or non cryptographically secure PRNG existed, they have been removed (#122)
* If an external QR code provider is used and the HTTP request results in an error, it will throw a `QRException`. Previously the error was ignored. PR #130 fix #129.

# Version 2.x

Expand Down

0 comments on commit fc3adc7

Please sign in to comment.