Skip to content

Commit e75ca3e

Browse files
committed
Release 1.2.0
1 parent 97ae8bc commit e75ca3e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.0] - 2020-05-05
4+
5+
### Added:
6+
7+
* Return type hints for the typing module
8+
* Support for non-ASCII class names
9+
10+
### Fixed:
11+
12+
* Default parameter values sometimes being provided within type hint items
13+
314
## [1.1.2] - 2020-04-22
415

516
* Fixed type hints not being provided for async functions.

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.1.2",
4+
"version": "1.2.0",
55
"publisher": "njqdev",
66
"description": "Type hint completion for Python.",
77
"icon": "images/icon.png",

0 commit comments

Comments
 (0)