Fix broken anchor links in changelog (#2171)

This commit is contained in:
Peter Tripp 2025-08-06 07:55:26 -04:00 committed by GitHub
parent 5c0766e299
commit c41319b3a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 15 deletions

View file

@ -849,17 +849,17 @@ Decided to skip this version to bring the protocol version number in sync the wi
* [extensible completion item and symbol kinds](https://github.com/Microsoft/language-server-protocol/issues/129)
#### <a href="version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
#### <a href="#version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
* Added support for `CompletionContext`
* Added support for `MarkupContent`
* Removed old New and Updated markers.
#### <a href="version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
#### <a href="#version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
* Added optional `commitCharacters` property to the `CompletionItem`
#### <a href="version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
#### <a href="#version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
* Make the `WorkspaceEdit` changes backwards compatible.
* Updated the specification to correctly describe the breaking changes from 2.x to 3.x around `WorkspaceEdit`and `TextDocumentEdit`.

View file

@ -865,17 +865,17 @@ Decided to skip this version to bring the protocol version number in sync the wi
* [extensible completion item and symbol kinds](https://github.com/Microsoft/language-server-protocol/issues/129)
#### <a href="version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
#### <a href="#version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
* Added support for `CompletionContext`
* Added support for `MarkupContent`
* Removed old New and Updated markers.
#### <a href="version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
#### <a href="#version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
* Added optional `commitCharacters` property to the `CompletionItem`
#### <a href="version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
#### <a href="#version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
* Make the `WorkspaceEdit` changes backwards compatible.
* Updated the specification to correctly describe the breaking changes from 2.x to 3.x around `WorkspaceEdit`and `TextDocumentEdit`.

View file

@ -4436,17 +4436,17 @@ Decided to skip this version to bring the protocol version number in sync the wi
* [extensible completion item and symbol kinds](https://github.com/Microsoft/language-server-protocol/issues/129)
#### <a href="version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
#### <a href="#version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
* Added support for `CompletionContext`
* Added support for `MarkupContent`
* Removed old New and Updated markers.
#### <a href="version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
#### <a href="#version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
* Added optional `commitCharacters` property to the `CompletionItem`
#### <a href="version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
#### <a href="#version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
* Make the `WorkspaceEdit` changes backwards compatible.
* Updated the specification to correctly describe the breaking changes from 2.x to 3.x around `WorkspaceEdit`and `TextDocumentEdit`.

View file

@ -5872,17 +5872,17 @@ Decided to skip this version to bring the protocol version number in sync the wi
* [extensible completion item and symbol kinds](https://github.com/Microsoft/language-server-protocol/issues/129)
#### <a href="version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
#### <a href="#version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
* Added support for `CompletionContext`
* Added support for `MarkupContent`
* Removed old New and Updated markers.
#### <a href="version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
#### <a href="#version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
* Added optional `commitCharacters` property to the `CompletionItem`
#### <a href="version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
#### <a href="#version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
* Make the `WorkspaceEdit` changes backwards compatible.
* Updated the specification to correctly describe the breaking changes from 2.x to 3.x around `WorkspaceEdit`and `TextDocumentEdit`.

View file

@ -8258,17 +8258,17 @@ Decided to skip this version to bring the protocol version number in sync the wi
* [extensible completion item and symbol kinds](https://github.com/Microsoft/language-server-protocol/issues/129)
#### <a href="version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
#### <a href="#version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
* Added support for `CompletionContext`
* Added support for `MarkupContent`
* Removed old New and Updated markers.
#### <a href="version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
#### <a href="#version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
* Added optional `commitCharacters` property to the `CompletionItem`
#### <a href="version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
#### <a href="#version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
* Make the `WorkspaceEdit` changes backwards compatible.
* Updated the specification to correctly describe the breaking changes from 2.x to 3.x around `WorkspaceEdit`and `TextDocumentEdit`.