Skip to content

Commit 21e5f5f

Browse files
committed
Update change log for release 2019.1.0
1 parent d919a2f commit 21e5f5f

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ part of!
5555

5656
### Enhancements
5757

58+
1. Add the capability to have custom regex's for cell/markdown matching
59+
([#4065](https://github.com/Microsoft/vscode-python/issues/4065))
5860
1. Perform all validation checks in the background
5961
([#3019](https://github.com/Microsoft/vscode-python/issues/3019))
6062
1. Watermark for Python Interactive input prompt
@@ -103,6 +105,14 @@ part of!
103105

104106
### Fixes
105107

108+
1. Have the new export commands use our directory change code
109+
([#4140](https://github.com/Microsoft/vscode-python/issues/4140))
110+
1. Theme should not be exported without output when doing an export.
111+
([#4141](https://github.com/Microsoft/vscode-python/issues/4141))
112+
1. Deleting all cells should not remove the input prompt
113+
([#4152](https://github.com/Microsoft/vscode-python/issues/4152))
114+
1. Fix ctrl+c to work in code that has already been entered
115+
([#4168](https://github.com/Microsoft/vscode-python/issues/4168))
106116
1. Auto-select virtual environment in multi-root workspaces
107117
([#3501](https://github.com/Microsoft/vscode-python/issues/3501))
108118
1. Validate interpreter in multi-root workspaces
@@ -187,6 +197,8 @@ part of!
187197

188198
### Code Health
189199

200+
1. Fix build issue with code.tsx
201+
([#4156](https://github.com/Microsoft/vscode-python/issues/4156))
190202
1. Expose an event to notify changes to settings instead of casting settings to concrete class.
191203
([#642](https://github.com/Microsoft/vscode-python/issues/642))
192204
1. Created system test to ensure terminal gets activated with anaconda environment

news/1 Enhancements/4065.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/4140.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/4141.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/4152.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/4168.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3 Code Health/4156.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)