Skip to content

Commit 9f86a92

Browse files
committed
Update Changelog and remove news files
1 parent ca3637f commit 9f86a92

File tree

3 files changed

+66
-2
lines changed

3 files changed

+66
-2
lines changed

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,71 @@
11
# Changelog
22

3+
## 2020.8.4 (2 September 2020)
4+
5+
### Enhancements
6+
7+
1. Make Jupyter Server name clickable to select Jupyter server.
8+
([#13656](https://github.com/Microsoft/vscode-python/issues/13656))
9+
10+
### Fixes
11+
12+
1. Fixed connection to a Compute Instance from the quickpicks history options.
13+
([#13387](https://github.com/Microsoft/vscode-python/issues/13387))
14+
15+
### Thanks
16+
17+
Thanks to the following projects which we fully rely on to provide some of
18+
our features:
19+
20+
- [debugpy](https://pypi.org/project/debugpy/)
21+
- [isort](https://pypi.org/project/isort/)
22+
- [jedi](https://pypi.org/project/jedi/)
23+
and [parso](https://pypi.org/project/parso/)
24+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
25+
- [Pylance](https://github.com/microsoft/pylance-release)
26+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
27+
- [rope](https://pypi.org/project/rope/) (user-installed)
28+
29+
Also thanks to the various projects we provide integrations with which help
30+
make this extension useful:
31+
32+
- Debugging support:
33+
[Django](https://pypi.org/project/Django/),
34+
[Flask](https://pypi.org/project/Flask/),
35+
[gevent](https://pypi.org/project/gevent/),
36+
[Jinja](https://pypi.org/project/Jinja/),
37+
[Pyramid](https://pypi.org/project/pyramid/),
38+
[PySpark](https://pypi.org/project/pyspark/),
39+
[Scrapy](https://pypi.org/project/Scrapy/),
40+
[Watson](https://pypi.org/project/Watson/)
41+
- Formatting:
42+
[autopep8](https://pypi.org/project/autopep8/),
43+
[black](https://pypi.org/project/black/),
44+
[yapf](https://pypi.org/project/yapf/)
45+
- Interpreter support:
46+
[conda](https://conda.io/),
47+
[direnv](https://direnv.net/),
48+
[pipenv](https://pypi.org/project/pipenv/),
49+
[pyenv](https://github.com/pyenv/pyenv),
50+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
51+
[virtualenv](https://pypi.org/project/virtualenv/)
52+
- Linting:
53+
[bandit](https://pypi.org/project/bandit/),
54+
[flake8](https://pypi.org/project/flake8/),
55+
[mypy](https://pypi.org/project/mypy/),
56+
[prospector](https://pypi.org/project/prospector/),
57+
[pylint](https://pypi.org/project/pylint/),
58+
[pydocstyle](https://pypi.org/project/pydocstyle/),
59+
[pylama](https://pypi.org/project/pylama/)
60+
- Testing:
61+
[nose](https://pypi.org/project/nose/),
62+
[pytest](https://pypi.org/project/pytest/),
63+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
64+
65+
And finally thanks to the [Python](https://www.python.org/) development team and
66+
community for creating a fantastic programming language and community to be a
67+
part of!
68+
369
## 2020.8.3 (31 August 2020)
470

571
### Enhancements

news/1 Enhancements/13656.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/13387.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)