Skip to content

Commit c0f7eca

Browse files
authored
Release for march 2018 (#4931)
* New version * Updated change log
1 parent d852809 commit c0f7eca

File tree

4 files changed

+102
-97
lines changed

4 files changed

+102
-97
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33

4-
## 2019.3.0-rc (19 March 2019)
4+
## 2019.3.0 (26 March 2019)
55

66
### Enhancements
77

@@ -95,6 +95,14 @@
9595
([#4876](https://github.com/Microsoft/vscode-python/issues/4876))
9696
1. Ensure the `Python` output panel does not steal focus when there errors in the `Language Server`.
9797
([#4868](https://github.com/Microsoft/vscode-python/issues/4868))
98+
1. Update ptvsd to [4.2.5](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.5).
99+
([#4932](https://github.com/Microsoft/vscode-python/issues/4932))
100+
* Fix issues with django and jinja2 exceptions.
101+
* Detaching sometimes throws ValueError.
102+
* StackTrace request respecting just-my-code.
103+
* Don't give error redirecting output with pythonw.
104+
* Fix for stop on entry issue.
105+
1. Update the Python language server to 0.2.31.
98106

99107
### Code Health
100108

0 commit comments

Comments
 (0)