Skip to content

Commit

Permalink
Document breaking change in changelog. Fixes #61.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zegnat committed Nov 22, 2020
1 parent ef928e8 commit 451dc7e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions public/source/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,7 @@
<h3>Changes from 25 January 2020 to 09 August 2020</h3>
<ul>
<li>Use <code>response_type=code</code> and make it required, to bring it in line with OAuth 2.0</li>
<li>Require <code>grant_type=authorization_code</code> when redeeming the authorization code at the authorization endpoint</li>
<li>Drop the <code>me</code> parameter from the token endpoint request</li>
<li>Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.</li>
<li>Drop the section describing communication between token endpoints and authorization endpoints as it was underused</li>
Expand Down
9 changes: 5 additions & 4 deletions public/spec/20200809/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -809,10 +809,11 @@ <h2 id="c-change-log"><bdi class="secno">C. </bdi>Change Log<a class="self-link"
<h3 id="c-1-changes-from-25-january-2020-to-this-version"><bdi class="secno">C.1 </bdi>Changes from 25 January 2020 to this version<a class="self-link" aria-label="§" href="#changes-from-25-january-2020-to-this-version"></a></h3>
<ul>
<li id="changes-from-25-january-2020-to-this-version-li-1">Use <code>response_type=code</code> and make it required, to bring it in line with OAuth 2.0</li>
<li id="changes-from-25-january-2020-to-this-version-li-2">Drop the <code>me</code> parameter from the token endpoint request</li>
<li id="changes-from-25-january-2020-to-this-version-li-3">Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.</li>
<li id="changes-from-25-january-2020-to-this-version-li-4">Drop the section describing communication between token endpoints and authorization endpoints as it was underused</li>
<li id="changes-from-25-january-2020-to-this-version-li-5">Editorial changes and rearranging sections</li>
<li id="changes-from-25-january-2020-to-this-version-li-2">Require <code>grant_type=authorization_code</code> when redeeming the authorization code at the authorization endpoint</li>
<li id="changes-from-25-january-2020-to-this-version-li-3">Drop the <code>me</code> parameter from the token endpoint request</li>
<li id="changes-from-25-january-2020-to-this-version-li-4">Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.</li>
<li id="changes-from-25-january-2020-to-this-version-li-5">Drop the section describing communication between token endpoints and authorization endpoints as it was underused</li>
<li id="changes-from-25-january-2020-to-this-version-li-6">Editorial changes and rearranging sections</li>
</ul>
</section>

Expand Down
11 changes: 6 additions & 5 deletions public/spec/20200926/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -898,11 +898,12 @@ <h3 id="c-1-changes-from-09-august-2020-to-this-version"><bdi class="secno">C.1
<section id="changes-from-25-january-2020-to-09-august-2020">
<h3 id="c-2-changes-from-25-january-2020-to-09-august-2020"><bdi class="secno">C.2 </bdi>Changes from 25 January 2020 to 09 August 2020<a class="self-link" aria-label="§" href="#changes-from-25-january-2020-to-09-august-2020"></a></h3>
<ul>
<li id="changes-from-25-january-2020-to-09-august-2020-li-1">Use <code>response_type=code</code> and make it required, to bring it in line with OAuth 2.0</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-2">Drop the <code>me</code> parameter from the token endpoint request</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-3">Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-4">Drop the section describing communication between token endpoints and authorization endpoints as it was underused</li>
<li id="changes-from-25-january-2020-to-09-august-2020-li-5">Editorial changes and rearranging sections</li>
<li id="changes-from-25-january-2020-to-this-version-li-1">Use <code>response_type=code</code> and make it required, to bring it in line with OAuth 2.0</li>
<li id="changes-from-25-january-2020-to-this-version-li-2">Require <code>grant_type=authorization_code</code> when redeeming the authorization code at the authorization endpoint</li>
<li id="changes-from-25-january-2020-to-this-version-li-3">Drop the <code>me</code> parameter from the token endpoint request</li>
<li id="changes-from-25-january-2020-to-this-version-li-4">Consolidate the authentication and authorization sections into a single section, describing only the difference which is the response returned.</li>
<li id="changes-from-25-january-2020-to-this-version-li-5">Drop the section describing communication between token endpoints and authorization endpoints as it was underused</li>
<li id="changes-from-25-january-2020-to-this-version-li-6">Editorial changes and rearranging sections</li>
</ul>
</section>

Expand Down

0 comments on commit 451dc7e

Please sign in to comment.