From 35e5cf2c2aa7c2f2c8ea08d74ef64f681582e49e Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 11 Aug 2019 20:49:49 +0200 Subject: [PATCH] A small Changelog improvement --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5b6ae18f..27062e27 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,7 +20,7 @@ New APIs: ``CallSignature``. ``Definition.params`` is therefore deprecated. - ``Signature.to_string()`` to format call signatures. - ``Signature.params -> List[ParamDefinition]``, ParamDefinition has the - following attributes ``infer_default()``, ``infer_annotation()``, + following additional attributes ``infer_default()``, ``infer_annotation()``, ``to_string()``, and ``kind``. - ``Definition.execute() -> List[Definition]``, makes it possible to infer return values of functions.