Add the latest changes to the change log.

This commit is contained in:
Dave Halter
2016-12-18 21:45:03 +01:00
parent 4e62e98539
commit 7385bd0716

View File

@@ -10,7 +10,8 @@ Changelog
- Basic type inference for ``yield from`` PEP 380. - Basic type inference for ``yield from`` PEP 380.
- PEP 484 support (most of the important features of it). Thanks Claude! (@reinhrst) - PEP 484 support (most of the important features of it). Thanks Claude! (@reinhrst)
- Added ``get_line_code`` to ``Definition`` and ``Completion`` objects. - Added ``get_line_code`` to ``Definition`` and ``Completion`` objects.
- Again a lot of internal changes. - Completely rewritten the type inference engine.
- A new and better parser for parsing parts of Python code.
0.9.0 (2015-04-10) 0.9.0 (2015-04-10)
++++++++++++++++++ ++++++++++++++++++