Skip to content

Small CHANGELOG adjustments#130

Merged
santiagorodriguez96 merged 3 commits intomasterfrom
sr--changelog-fixes
Mar 6, 2026
Merged

Small CHANGELOG adjustments#130
santiagorodriguez96 merged 3 commits intomasterfrom
sr--changelog-fixes

Conversation

@santiagorodriguez96
Copy link
Copy Markdown
Collaborator

No description provided.

It makes more sense to have the entry that changes the name of
the methods above the entry that referenced the new names of such
methods.
Comment thread CHANGELOG.md
Comment on lines 15 to 23
```erb
<%# Before %>
<%= passkey_creation_form_for(:user, form_classes: "my-class") do |form| %>
...
<% end %>
<%= login_with_passkey_button(:user, "Log in with passkeys") %>

<%# After %>
<%= passkey_creation_form_for(:user, class: "my-class", id: "my-form", data: { turbo: false }) do |form| %>
...
<%= login_with_passkey_form_for(:user) do |form| %>
<%= form.submit "Log in with passkeys" %>
<% end %>
```
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should really add these code examples to the CHANGELOG 🤔

Feels to me that users could go to the linked PR for more info.

Anyway not a blocker, I'm fine with keeping this as it is 👍

@santiagorodriguez96 santiagorodriguez96 merged commit 99b3b3f into master Mar 6, 2026
25 checks passed
@santiagorodriguez96 santiagorodriguez96 deleted the sr--changelog-fixes branch March 6, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants