Skip to content

Commit

Permalink
Merge pull request #553 from rcjsuen/version-typos
Browse files Browse the repository at this point in the history
Add version information to the specification
  • Loading branch information
dbaeumer authored Aug 29, 2018
2 parents 9e2713d + 8bc1eb8 commit 6ccf1c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -3895,6 +3895,8 @@ export interface RenameRegistrationOptions extends TextDocumentRegistrationOptio

#### <a name="textDocument_prepareRename" class="anchor"></a>Prepare Rename Request (:leftwards_arrow_with_hook:)

> *Since version 3.12.0*
The prepare rename request is sent from the client to the server to setup and test the validity of a rename operation at a given location.

_Request_:
Expand Down Expand Up @@ -3986,11 +3988,11 @@ export interface FoldingRange {

### <a name="changeLog" class="anchor"></a>Change Log

#### <a name="version_3_12_0" class="anchor"></a>3.10.0 (8/23/2018)
#### <a name="version_3_12_0" class="anchor"></a>3.12.0 (8/23/2018)

* Add support for `textDocument/prepareRename` request.

#### <a name="version_3_11_0" class="anchor"></a>3.10.0 (8/21/2018)
#### <a name="version_3_11_0" class="anchor"></a>3.11.0 (8/21/2018)

* Add support for CodeActionOptions to allow a server to provide a list of code action it supports.

Expand Down

0 comments on commit 6ccf1c2

Please sign in to comment.