A small Changelog improvement

This commit is contained in:
Dave Halter
2019-08-11 20:49:49 +02:00
parent c6f0ecd223
commit 35e5cf2c2a

View File

@@ -20,7 +20,7 @@ New APIs:
``CallSignature``. ``Definition.params`` is therefore deprecated. ``CallSignature``. ``Definition.params`` is therefore deprecated.
- ``Signature.to_string()`` to format call signatures. - ``Signature.to_string()`` to format call signatures.
- ``Signature.params -> List[ParamDefinition]``, ParamDefinition has the - ``Signature.params -> List[ParamDefinition]``, ParamDefinition has the
following attributes ``infer_default()``, ``infer_annotation()``, following additional attributes ``infer_default()``, ``infer_annotation()``,
``to_string()``, and ``kind``. ``to_string()``, and ``kind``.
- ``Definition.execute() -> List[Definition]``, makes it possible to infer - ``Definition.execute() -> List[Definition]``, makes it possible to infer
return values of functions. return values of functions.