1
0
forked from VimPlug/jedi

Changelog for 0.9.0.

This commit is contained in:
Dave Halter
2015-04-08 13:20:15 +02:00
parent f122c9b5b3
commit 408d182c41

View File

@@ -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)
+++++++++++++++++++