diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2be3dc85..fec0ff7b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,20 @@ Changelog --------- +0.9.0 (2015-04-10) +++++++++++++++++++ + +- Integrated the parser of 2to3. This will make refactoring possible. It will + also be possible to check for error messages (like compiling an AST would give) + in the future. +- With the new parser, the evaluation also completely changed. It's now simpler + and more readable. +- Completely rewritten REPL completion. +- Added ``jedi.names``, a command to do static analysis. Thanks to that + sourcegraph guys for sponsoring this! +- Alpha version of the linter. + + 0.8.1 (2014-07-23) +++++++++++++++++++