diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa0420fb2..8b4d226724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Enables the use of pre-release builds of Omnisharp. Downloading a pre-release bu * Adds support to use the "omnisharp.path" option to download a specific copy of OmniSharp. The possible values for this option are: * Some absolute path - Use a local copy of OmniSharp. The value must point to a directory which contains OmniSharp, typically a user's build output directory for the OmniSharp-Roslyn project. Example: C:\omnisharp-roslyn\artifacts\publish\OmniSharp.Stdio\win7-x64\OmniSharp.exe. * "latest" - Use the latest CI build - * "" - Use a specific version of OmniSharp. Example: `1.29.2-beta.60` + * `version` - Use a specific version of OmniSharp. Example: `1.29.2-beta.60` ## 1.14.0 (February 14, 2018)