Skip to content

Commit 26cea89

Browse files
Update Changelog/Readme for v1.6 (#1022)
- Add debugger v1.6 items to CHANGLEG.md - Update the supported Linux distro list in README.md
1 parent d39ab39 commit 26cea89

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
* Fix spacing in hover tool tips around `<paramref/>` in XML doc comments. ([#672](https://github.com/OmniSharp/omnisharp-vscode/issues/672)) _(Contributed by [@filipw](https://github.com/filipw))_
1111
* Fix syntax highlighting for field declarations. ([#757](https://github.com/OmniSharp/omnisharp-vscode/issues/757)) _(Contributed by [@ivanz](https://github.com/ivanz))_
1212
* Fix syntax highlighting for generic types with multiple type parameters. ([#960](https://github.com/OmniSharp/omnisharp-vscode/issues/960)) _(Contributed by [@ivanz](https://github.com/ivanz))_
13+
* Update the debugger so that the debugger itself runs on .NET Core 1.1. This change:
14+
* Enables debugger support for additional Linux distributions - Ubuntu 16.10, openSUSE 42, Fedora 24
15+
* Brings support for running all supported distros on top of Linux Kernel >= 4.6
16+
* Enable debugger support for Arch Linux ([#564](https://github.com/OmniSharp/omnisharp-vscode/issues/564))
17+
* Improve debugger install errors for -- macOS without openSSL symlinks ([#986](https://github.com/OmniSharp/omnisharp-vscode/pull/986)), and x86 Windows ([#998](https://github.com/OmniSharp/omnisharp-vscode/pull/998)).
1318

1419
## 1.5.3 (November 21, 2016)
1520

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,13 @@ Several new settings have been added:
9191
* Windows (64-bit only)
9292
* macOS
9393
* Ubuntu 14.04 / Linux Mint 17 / Linux Mint 18 / Elementary OS 0.3
94-
* Ubuntu 16.04 / Elementary OS 0.4
94+
* Ubuntu 16.04 / Elementary OS 0.4 / Arch
95+
* Ubuntu 16.10
9596
* Debian 8.2
9697
* CentOS 7.1 / Oracle Linux 7
9798
* Red Hat Enterprise Linux (RHEL)
98-
* Fedora 23
99-
* OpenSUSE 13.2
99+
* Fedora 23 / 24
100+
* OpenSUSE 13 / 42
100101

101102
### Found a Bug?
102103
Please file any issues at https://github.com/OmniSharp/omnisharp-vscode/issues.

0 commit comments

Comments
 (0)