From 8bc1eb8f90529805f2a4461925d40b865366d98b Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Thu, 23 Aug 2018 12:24:30 -0400 Subject: [PATCH] Fix version typos in the change log Signed-off-by: Remy Suen --- specification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification.md b/specification.md index 7fbbc3a..a661574 100644 --- a/specification.md +++ b/specification.md @@ -3988,11 +3988,11 @@ export interface FoldingRange { ### Change Log -#### 3.10.0 (8/23/2018) +#### 3.12.0 (8/23/2018) * Add support for `textDocument/prepareRename` request. -#### 3.10.0 (8/21/2018) +#### 3.11.0 (8/21/2018) * Add support for CodeActionOptions to allow a server to provide a list of code action it supports.