Skip to content

Commit 0a2face

Browse files
committed
updated change log
1 parent 702d50f commit 0a2face

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
16
### 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)
38
* 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)
49
* Doc string not being displayed [#888](https://github.com/DonJayamanne/pythonVSCode/issues/888)
510
* Supporting paths that begin with the ~/ [#909](https://github.com/DonJayamanne/pythonVSCode/issues/909)

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ For further information and details continue through to the [documentation](http
100100

101101
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/blob/master/CHANGELOG.md)
102102

103+
### Version 0.6.5 (5 May 2017)
104+
* 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+
103111
### Version 0.6.4 (4 May 2017)
104112
* Fix dates in changelog [#899](https://github.com/DonJayamanne/pythonVSCode/pull/899/files)
105113
* 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

Comments
 (0)