From e151c4c4f622ca43cc8e25e29f14e92dd540e803 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Thu, 8 Apr 2021 17:36:06 -0700 Subject: [PATCH] Correct a news item --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf9fe7b4fd4..e80ab67362c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Enhancements 1. Add new command to report an Issue using the vscode-python template. - ([#67](https://github.com/Microsoft/vscode-python/issues/67)) + ([#1119](https://github.com/microsoft/vscode-python/issues/1119)) 1. Highlight `.pypirc`, `.pep8`, and `.pylintrc` as ini-files. (thanks [Jan Pilzer](https://github.com/Hirse)) ([#11250](https://github.com/Microsoft/vscode-python/issues/11250)) 1. Added `python.linting.cwd` to change the working directory of the linters. (thanks [Matthew Shirley](https://github.com/matthewshirley))