mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Add the fix for #997 to the changelog
This commit is contained in:
@@ -10,6 +10,8 @@ Changelog
|
|||||||
- **Add** ``Script.get_context`` to get information where you currently are.
|
- **Add** ``Script.get_context`` to get information where you currently are.
|
||||||
- Goto on a function/attribute in a class now goes to the definition in its
|
- Goto on a function/attribute in a class now goes to the definition in its
|
||||||
super class.
|
super class.
|
||||||
|
- Completion for "proxies" works now. These are classes that have a
|
||||||
|
``__getattr__(self, name)`` method that does a ``return getattr(x, name)``.
|
||||||
- Big **Script API Changes**:
|
- Big **Script API Changes**:
|
||||||
- The line and column parameters of ``jedi.Script`` are now deprecated
|
- The line and column parameters of ``jedi.Script`` are now deprecated
|
||||||
- ``completions`` deprecated, use ``complete`` instead
|
- ``completions`` deprecated, use ``complete`` instead
|
||||||
|
|||||||
Reference in New Issue
Block a user