From a10575255f9f41c75a5bb0109a3cf133b62d1a85 Mon Sep 17 00:00:00 2001 From: Gregg Miskelly Date: Tue, 28 Mar 2017 11:25:39 -0700 Subject: [PATCH] Update package.json/CHANGELOG.md for 1.9.0-beta2 (#1350) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ffef1d0..0982abbc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ ## 1.9.0 _(Not Yet Released)_ +#### Debugger + +* **Hot issue:** Fixes debugging on OSX Sierra ([#1220](https://github.com/OmniSharp/omnisharp-vscode/issues/1220)) +* Several bug fixes that addressed problems with launch ([#1318](https://github.com/OmniSharp/omnisharp-vscode/issues/1318), [#1335](https://github.com/OmniSharp/omnisharp-vscode/issues/1335), [#1336](https://github.com/OmniSharp/omnisharp-vscode/issues/1336)) +* Fix issue where VS Code would incorrectly display threads as paused ([#1317](https://github.com/OmniSharp/omnisharp-vscode/issues/1317)) + #### Other Updates and Fixes * Improvements made to project.json package completion experience. ([#1338](https://github.com/OmniSharp/omnisharp-vscode/pull/1338)) diff --git a/package.json b/package.json index 1ccafe406..9a54ea9d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "ms-vscode", - "version": "1.9.0-beta1", + "version": "1.9.0-beta2", "description": "C# for Visual Studio Code (powered by OmniSharp).", "displayName": "C#", "author": "Microsoft Corporation",