From 7385bd0716c3b6dfef1710fb7ad7ac0eb9590c7d Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 18 Dec 2016 21:45:03 +0100 Subject: [PATCH] Add the latest changes to the change log. --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4d000d8e..8d5044cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,7 +10,8 @@ Changelog - Basic type inference for ``yield from`` PEP 380. - PEP 484 support (most of the important features of it). Thanks Claude! (@reinhrst) - 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) ++++++++++++++++++