diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index df453fca..26c044d1 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,3 +1,7 @@ +### 7.15.2 - 28.10.2023 +* Update to FSAC 0.67.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.67.0) for more details. +* [Adds setting for FullNameExternalAutocomplete, Fix PipelineHint localization, Fix sending lines to fsi](https://github.com/ionide/ionide-vscode-fsharp/pull/1952) (Thanks @Tangent-90) + ### 7.15.1 - 19.10.2023 * [Forward env variables in test debugging](https://github.com/ionide/ionide-vscode-fsharp/pull/1951) (Thanks @farlee2121!) diff --git a/release/package.json b/release/package.json index f84fcf9e..41ae1496 100644 --- a/release/package.json +++ b/release/package.json @@ -527,7 +527,7 @@ }, "FSharp.fullNameExternalAutocomplete": { "default": false, - "description": "When selecting an external symbols in autocomplete, insert the full name to the editor rather than open its module/namespace. Also allow filtering suggestions by typing its full name. \n\n Requires `FSharp.externalAutocomplete` enabled.", + "description": "When selecting an external symbols in autocomplete, insert the full name to the editor rather than open its module/namespace. Also allow filtering suggestions by typing its full name. \n\n Requires \u0060FSharp.externalAutocomplete\u0060 enabled.", "type": "boolean" }, "FSharp.fsac.attachDebugger": { @@ -1775,5 +1775,5 @@ "type": "git", "url": "https://github.com/ionide/ionide-vscode-fsharp.git" }, - "version": "7.15.1" -} + "version": "7.15.2" +} \ No newline at end of file