Skip to content

Commit

Permalink
Added lsp changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jan 9, 2018
1 parent 55eadc0 commit d5e8d70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog
All changes to the project will be documented in this file.

## [not yet released]
## [1.29.0] - TBD
* Updated to Roslyn 2.6.1 packages - C# 7.2 support, PR: [#1055](https://github.com/OmniSharp/omnisharp-roslyn/pull/1055)
* Shipped Language Server Protocol support in box. PR: [#969](https://github.com/OmniSharp/omnisharp-roslyn/pull/969)
- Additional information and features tracked at [#968](https://github.com/OmniSharp/omnisharp-roslyn/issues/968)

## [1.28.0] - 2017-12-14

Expand Down Expand Up @@ -216,7 +218,7 @@ Note: This release now requires the latest release of Mono 5.2.0 or later to bui
- Unsafe code is now allowed in C# scripts (PR: #781)
- C# scripting now ignores duplicated CorLibrary types, which can manifest in certain edge scenarios. (#784, PR: #785)
- Updated to RTM Roslyn and NuGet packages (PR: #791)
- Introduce caching for #r to avoid leaking memory in C# scripts. ([omnisharp-vscode/issues/1306](https://github.com/OmniSharp/omnisharp-vscode/issues/1306), PR: #794)
- Introduce caching for #r to avoid leaking memory in C# scripts. ([omnisharp-vscode/issues/1306](https://github.com/OmniSharp/omnisharp-vscode/issues/1306), PR: #794)

## [1.10.0] - 2017-02-11

Expand Down

0 comments on commit d5e8d70

Please sign in to comment.