Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 911 Bytes

Changes.rst

File metadata and controls

25 lines (20 loc) · 911 Bytes

Version 0.2.1 (2014-06-28)

  • Fix issue with function annotation enforcement in keyword-only arguments (#7).
  • Further performance improvements to function annotation enforcement (ensure_annotations).

Version 0.2.0 (2014-06-16)

  • Major performance improvements to function annotation enforcement (ensure_annotations). (#4, #5). Thanks to @harrisonmetz.

Version 0.1.9 (2014-06-14)

  • Fix issue with keyword arguments used as positionals by the caller (#1). Thanks to @harrisonmetz.

Version 0.1.8 (2014-02-17)

  • Speed up function annotation enforcement.

Version 0.1.7 (2014-02-15)

  • Work around PyPI documentation rendering issue.

Version 0.1.6 (2014-02-15)

  • Begin tracking changes in changelog.
  • Add support for function annotation enforcement.