Skip to content

Commit 9e8b31e

Browse files
committed
mention #130 in changelog
1 parent df43660 commit 9e8b31e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ You can keep the old behavior by setting `80` as argument to `createSecret()` (n
3737
* 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.
3838
* Likely not breaking anything, but now all external QR Code providers use HTTPS with a verified certificate, see #126.
3939
* 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)
40+
* 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.
4041

4142
# Version 2.x
4243

0 commit comments

Comments
 (0)