Skip to content

Commit

Permalink
📝 Add changelog entries from patch releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Dec 12, 2023
1 parent abd8f35 commit ef47faf
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,45 @@ stylesheets, you should update these:
* ``--of-page-header-logo-return-url-mobile-min-width`` becomes
``--of-page-header-logo-return-url-mobile-min-inline-size``

2.3.5 (2023-12-12)
==================

Periodic bugfix release

* [#3625] Fixed crashes during StUF response parsing when certain ``nil`` values are
present.
* [#3605] Fixed unintended number localization in StUF/SOAP messages.
* [#3613] Fixed submission resume flow not sending the user through the authentication
flow again when they authenticated for forms that have optional authentication. This
unfortunately resulted in hashed BSNs being sent to registration backends, which we
can not recover/translate back to the plain-text values.

2.2.7 (2023-12-12)
==================

Periodic bugfix release

* [#3625] Fixed crashes during StUF response parsing when certain ``nil`` values are
present.
* [#3605] Fixed unintended number localization in StUF/SOAP messages.
* [#3613] Fixed submission resume flow not sending the user through the authentication
flow again when they authenticated for forms that have optional authentication. This
unfortunately resulted in hashed BSNs being sent to registration backends, which we
can not recover/translate back to the plain-text values.

2.1.10 (2023-12-12)
===================

Periodic bugfix release

* [#3625] Fixed crashes during StUF response parsing when certain ``nil`` values are
present.
* [#3605] Fixed unintended number localization in StUF/SOAP messages.
* [#3613] Fixed submission resume flow not sending the user through the authentication
flow again when they authenticated for forms that have optional authentication. This
unfortunately resulted in hashed BSNs being sent to registration backends, which we
can not recover/translate back to the plain-text values.

2.4.2 (2023-12-08)
==================

Expand Down

0 comments on commit ef47faf

Please sign in to comment.