From a0f95fc89fc3f370d509d9044634acdfba76439a Mon Sep 17 00:00:00 2001 From: Philipp A Date: Sat, 21 Sep 2019 11:06:58 +0200 Subject: [PATCH] Fixed rST in changelog --- CHANGELOG.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6194b6a1..c728226a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,8 +11,8 @@ Changelog 0.15.0 (2019-08-11) +++++++++++++++++++ -- Added file path completions, there's a **new ``Completion.type``** ``path``, - now. Example: ``'/ho`` -> ``'/home/`` +- Added file path completions, there's a **new** ``Completion.type`` now: + ``path``. Example: ``'/ho`` -> ``'/home/`` - ``*args``/``**kwargs`` resolving. If possible Jedi replaces the parameters with the actual alternatives. - Better support for enums/dataclasses @@ -28,7 +28,7 @@ New APIs: following additional attributes ``infer_default()``, ``infer_annotation()``, ``to_string()``, and ``kind``. - ``Definition.execute() -> List[Definition]``, makes it possible to infer - return values of functions. + return values of functions. 0.14.1 (2019-07-13)