Add a changelog for 0.10.0.

This commit is contained in:
Dave Halter
2016-07-09 02:40:27 +02:00
parent e0cb1346e1
commit 690241332d
2 changed files with 9 additions and 2 deletions

View File

@@ -34,8 +34,8 @@ Supported Python Features
|jedi| supports many of the widely used Python features:
- builtins
- multiple returns or yields
- tuple assignments / array indexing / dictionary indexing
- returns, yields, yield from
- tuple assignments / array indexing / dictionary indexing / star unpacking
- with-statement / exception handling
- ``*args`` / ``**kwargs``
- decorators / lambdas / closures