Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Nov 24, 2016
1 parent c0499e5 commit c911e78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Version 0.5.4 (24 November 2016)
* Fixes to installing missing packages [#544](https://github.com/DonJayamanne/pythonVSCode/issues/544)
* Fixes to indentation of blocks of code [#432](https://github.com/DonJayamanne/pythonVSCode/issues/432)
* Fixes to debugging of unittests [#543](https://github.com/DonJayamanne/pythonVSCode/issues/543)
* Fixes to extension when a workspace (folder) isn't open [#542](https://github.com/DonJayamanne/pythonVSCode/issues/542)

## Version 0.5.3 (23 November 2016)
* Added support for [PySpark](http://spark.apache.org/docs/0.9.0/python-programming-guide.html) [#539](https://github.com/DonJayamanne/pythonVSCode/pull/539), [#540](https://github.com/DonJayamanne/pythonVSCode/pull/540)
* Debugging unittests (UnitTest, pytest, nose) [#333](https://github.com/DonJayamanne/pythonVSCode/issues/333)
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 48 files
+1 −1 404.html
+5 −5 bundle.js
+1 −1 bundle.js.map
+1 −1 docs/autocomplete/index.html
+1 −1 docs/contribution/index.html
+1 −1 docs/debugging/index.html
+6 −6 docs/debugging_capture-user-input/index.html
+1 −1 docs/debugging_debugging-flask/index.html
+1 −1 docs/debugging_debugging-nosetests/index.html
+1 −1 docs/debugging_debugging-pytest/index.html
+1 −1 docs/debugging_django/index.html
+4 −4 docs/debugging_google-app-engine/index.html
+1 −1 docs/debugging_library-functions/index.html
+1 −1 docs/debugging_remote-debugging/index.html
+1 −1 docs/debugging_sudo-root-privileges/index.html
+6 −6 docs/debugging_terminal-console-apps/index.html
+4 −4 docs/formatting/index.html
+6 −6 docs/index.html
+1 −1 docs/introduction/index.html
+1 −1 docs/jupyter/index.html
+1 −1 docs/jupyter_configuration/index.html
+4 −4 docs/jupyter_examples/index.html
+12 −12 docs/jupyter_getting-started/index.html
+1 −1 docs/jupyter_prerequisites/index.html
+1 −1 docs/linting/index.html
+1 −1 docs/miscellaneous/index.html
+1 −1 docs/python-path/index.html
+1 −1 docs/refactoring/index.html
+8 −8 docs/refactoring_extract-method/index.html
+8 −8 docs/refactoring_extract-variables/index.html
+1 −1 docs/refactoring_rename/index.html
+8 −8 docs/refactoring_sort-imports/index.html
+2 −6 docs/roadmap/index.html
+1 −1 docs/troubleshooting/index.html
+1 −1 docs/troubleshooting_debugger/index.html
+1 −1 docs/troubleshooting_formatting/index.html
+1 −1 docs/troubleshooting_intellisense/index.html
+1 −1 docs/troubleshooting_jupyter/index.html
+1 −1 docs/troubleshooting_linting/index.html
+1 −1 docs/troubleshooting_virtual-environments/index.html
+4 −4 docs/unittests/index.html
+1 −1 docs/unittests_more-options/index.html
+1 −1 docs/unittests_nose-framework/index.html
+1 −1 docs/unittests_pytest-framework/index.html
+1 −1 docs/unittests_unittest-framework/index.html
+1 −1 docs/workspaceSymbols/index.html
+1 −1 examples/index.html
+4 −4 index.html

0 comments on commit c911e78

Please sign in to comment.