Skip to content

Commit 5d75b18

Browse files
docs(CHANGELOG): update with missing breaking changes from v0.3.0
1 parent 9e0300d commit 5d75b18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
- Previously generated Stimulus controller for handling WebAuthn client logic are no longer generated.
4343
- Stimulus is no longer needed for this engine to work.
4444
- Make helpers for generating WebAuthn options public methods. [#106](https://github.com/cedarcode/devise-webauthn/pull/106) [@santiagorodriguez96]
45+
- BREAKING!: Our controller for managing second factor credentials now uses a separate method for each endpoint for setting the URL to redirect to.
46+
- What used to be just an `after_update_path` for all endpoints, now it's an `after_(create|update|destroy)_path` for each endpoint.
47+
- If you had overriden the controller to change the `after_update_path`, be mindful that now `create` and `destroy` endpoints will call its own method.
4548

4649
### Fixed
4750

0 commit comments

Comments
 (0)