From e9b96b017cb78f90cf6ed94e6f10161913ea5881 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Fri, 16 Sep 2016 17:03:26 +1000 Subject: [PATCH] updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69481ad7af69..16a3a77cb9f9 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,10 @@ Your feedback is crucial in prioritizing the items and in determining whether we ## [Change Log](https://github.com/DonJayamanne/pythonVSCode/releases) ### Current Version 0.3.24 -* Added support for executing files in terminal with spaces in paths [#308](https://github.com/DonJayamanne/pythonVSCode/issues/308) * Added support for clearing cached tests [#307](https://github.com/DonJayamanne/pythonVSCode/issues/307) +* Added support for executing files in terminal with spaces in paths [#308](https://github.com/DonJayamanne/pythonVSCode/issues/308) +* Fix issue related to running unittests on Windows [#309](https://github.com/DonJayamanne/pythonVSCode/issues/309) +* Support custom environment variables when launching external terminal [#311](https://github.com/DonJayamanne/pythonVSCode/issues/311) ### Version 0.3.23 * Added support for the attribute supportsRunInTerminal attribute in debugger [#304](https://github.com/DonJayamanne/pythonVSCode/issues/304)