Skip to content

Commit f1995a0

Browse files
Merge pull request #1547 from DustinCampbell/update-changelog
Add recent updates to changelog
2 parents 1311f36 + 26f73b7 commit f1995a0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
55
* .NET Core SDK 2.0-preview2 is not yet supported. ([#1495](https://github.com/OmniSharp/omnisharp-vscode/issues/1495))
66

7+
## 1.11.0 _(Not Yet Released)_
8+
9+
#### Completion List
10+
11+
* No longer trigger completion when a '<' character is typed. ([#1521](https://github.com/OmniSharp/omnisharp-vscode/issues/1521), PR: [#1530](https://github.com/OmniSharp/omnisharp-vscode/pull/1530))
12+
13+
#### Other Updates and Fixes
14+
15+
* Allow the ".NET: Restore Packages" command to run on projects targeting full framework. ([#1507](https://github.com/OmniSharp/omnisharp-vscode/pull/1507), PR: [#1545](https://github.com/OmniSharp/omnisharp-vscode/pull/1545)) _(contributed by [@adamhartford](https://github.com/adamhartford))_
16+
717
## 1.10.0 (May 25, 2017)
818

919
#### Completion List
@@ -40,6 +50,7 @@
4050
* Added `csharp.unitTestDebugingOptions` setting to pass launch.json-style debug options (example: `justMyCode`) when unit test debugging.
4151

4252
#### Debugger
53+
4354
* Resolves crash on OSX when the target process loads an embedded PDB ([#1456](https://github.com/OmniSharp/omnisharp-vscode/issues/1456)). This commonly affects users trying to debug XUnit tests.
4455
* Enhanced exception peek display to provide additional exception properties.
4556

0 commit comments

Comments
 (0)