mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-19 02:08:00 +08:00
Add a changelog for 0.10.0.
This commit is contained in:
@@ -3,6 +3,13 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
0.10.0 (2016-06-)
|
||||||
|
+++++++++++++++++
|
||||||
|
|
||||||
|
- Basic type inference for ``yield from`` and ``star unpacking``.
|
||||||
|
- PEP 484 support (most of the important features of it). Thanks Claude! (@reinhrst)
|
||||||
|
- Again a lot of internal changes.
|
||||||
|
|
||||||
0.9.0 (2015-04-10)
|
0.9.0 (2015-04-10)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ Supported Python Features
|
|||||||
|jedi| supports many of the widely used Python features:
|
|jedi| supports many of the widely used Python features:
|
||||||
|
|
||||||
- builtins
|
- builtins
|
||||||
- multiple returns or yields
|
- returns, yields, yield from
|
||||||
- tuple assignments / array indexing / dictionary indexing
|
- tuple assignments / array indexing / dictionary indexing / star unpacking
|
||||||
- with-statement / exception handling
|
- with-statement / exception handling
|
||||||
- ``*args`` / ``**kwargs``
|
- ``*args`` / ``**kwargs``
|
||||||
- decorators / lambdas / closures
|
- decorators / lambdas / closures
|
||||||
|
|||||||
Reference in New Issue
Block a user