Skip to content

Commit 303280a

Browse files
committed
Release 1.3.0
1 parent d74183d commit 303280a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.3.0] - 2020-08-22
4+
5+
* Type hints for the typing module are now provided at the bottom of the list by default
6+
* Fixed the first type hint not always being pre-selected
7+
* Fixed incorrectly sorted type hints in some cases
8+
39
## [1.2.0] - 2020-05-05
410

511
### Added:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Provides type hint auto-completion for Python, with completion items for built-i
2323

2424
## Known Issues
2525

26+
* Invalid code in the same or other workspace Python files can result in incorrect type predictions.
27+
2628
* The difference between function and class constructor calls when detecting types is determined by the first letter being upper case (unless the class or function is defined in the currently edited document).
2729

2830
## Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-python-typehint",
33
"displayName": "Python Type Hint",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"publisher": "njqdev",
66
"description": "Type hint completion for Python.",
77
"icon": "images/icon.png",

0 commit comments

Comments
 (0)