You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
+
### Version 0.6.5 (5 May 2017)
2
+
* Better formatting of docstring [#821](https://github.com/DonJayamanne/pythonVSCode/pull/821), [#919](https://github.com/DonJayamanne/pythonVSCode/pull/919)
3
+
* Supporting more paths when searching for Python interpreters [#569](https://github.com/DonJayamanne/pythonVSCode/issues/569)
4
+
* Increase buffer output (to support detection large number of tests) [#927](https://github.com/DonJayamanne/pythonVSCode/issues/927)
5
+
1
6
### Version 0.6.4 (4 May 2017)
2
-
* Fix dates in changelog [#899](https://github.com/DonJayamanne/pythonVSCode/pull/899/files)
7
+
* Fix dates in changelog [#899](https://github.com/DonJayamanne/pythonVSCode/pull/899)
3
8
* Using charriage return or line feeds to split a document into multiple lines [#917](https://github.com/DonJayamanne/pythonVSCode/pull/917), [#821](https://github.com/DonJayamanne/pythonVSCode/issues/821)
4
9
* Doc string not being displayed [#888](https://github.com/DonJayamanne/pythonVSCode/issues/888)
5
10
* Supporting paths that begin with the ~/ [#909](https://github.com/DonJayamanne/pythonVSCode/issues/909)
* Better formatting of docstring [#821](https://github.com/DonJayamanne/pythonVSCode/pull/821), [#919](https://github.com/DonJayamanne/pythonVSCode/pull/919)
105
+
* Supporting more paths when searching for Python interpreters [#569](https://github.com/DonJayamanne/pythonVSCode/issues/569)
106
+
* Increase buffer output (to support detection large number of tests) [#927](https://github.com/DonJayamanne/pythonVSCode/issues/927)
107
+
108
+
### Thanks
109
+
*[Yu Zhang](https://github.com/neilsustc)
110
+
103
111
### Version 0.6.4 (4 May 2017)
104
112
* Fix dates in changelog [#899](https://github.com/DonJayamanne/pythonVSCode/pull/899/files)
105
113
* Using charriage return or line feeds to split a document into multiple lines [#917](https://github.com/DonJayamanne/pythonVSCode/pull/917), [#821](https://github.com/DonJayamanne/pythonVSCode/issues/821)
0 commit comments