diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a98b10e160..3cab2729bbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Version 0.6.3 (19 March 2017) * Fix debugger issue [#893](https://github.com/DonJayamanne/pythonVSCode/issues/893) +* Improvements to debugging unit tests (check if string starts with, instead of comparing equality) [#797](https://github.com/DonJayamanne/pythonVSCode/issues/797) ### Version 0.6.2 (13 March 2017) * Fix incorrect indenting [#880](https://github.com/DonJayamanne/pythonVSCode/issues/880) diff --git a/README.md b/README.md index 82a76f7efdd3..eb9bd0d8b982 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ For further information and details continue through to the [documentation](http ### Version 0.6.2 (13 March 2017) * Fix incorrect indenting [#880](https://github.com/DonJayamanne/pythonVSCode/issues/880) +* Improvements to debugging unit tests (check if string starts with, instead of comparing equality) [#797](https://github.com/DonJayamanne/pythonVSCode/issues/797) #### Thanks * [Yuwei Ba](https://github.com/ibigbug)