Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document breaking change in Change Log. #69

Merged
merged 1 commit into from
Nov 22, 2020

Conversation

Zegnat
Copy link
Member

@Zegnat Zegnat commented Nov 22, 2020

When the sections for redeeming the authorization code at the authorization endpoint and token endpoint were merged together, we defaulted to letting both use the same request. This is a breaking change. Previous to the August 9 update, there was no need to specify grant_type when redeeming at the authorization endpoint.

This ads it to the change log: on the current spec, in the current draft, and in the previous snapshots that should have listed it.

I put it as the second item in the change log, because I thought it read better that way. This does mean all the list IDs get shifted. Does this really matter for individual change log items? If we think it does, we will have to move it to the end of the list instead.

Fixes #61.

@Zegnat Zegnat force-pushed the zegnat/add-grant_type-to-changelog branch from 2c1a63b to d1c008d Compare November 22, 2020 11:33
@Zegnat Zegnat force-pushed the zegnat/add-grant_type-to-changelog branch from d1c008d to 15b11ce Compare November 22, 2020 11:35
@Zegnat
Copy link
Member Author

Zegnat commented Nov 22, 2020

Apologies for the force pushes. Apparently I am unable to read 🤦‍♀️

@aaronpk
Copy link
Member

aaronpk commented Nov 22, 2020

I don't think changing the list IDs matters

@aaronpk aaronpk merged commit 3163e0c into main Nov 22, 2020
@aaronpk aaronpk deleted the zegnat/add-grant_type-to-changelog branch November 22, 2020 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Document changelog that grant_type is now required
2 participants