From 9e5235962d8d7e67f41a1ef7b7d70b1cc7e55d0b Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sun, 15 Apr 2018 14:35:10 +0200 Subject: Updated docs --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index cbf5be8..1d83b99 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,14 @@ HISTORY ## Unreleased +## 4.3.0 (2018-04-15) + +Extended the decorator family facility to work with positional +arguments and updated the documentation. Removed +`decorator.getargspec` and provided `decorator.getfullargspec` +instead. This is convenient for users of Python 2.6/2.7, the others +can just use `inspect.getfullargspec`. + ## 4.2.1 (2018-01-14) Fixed a regression breaking IPython reported by https://github.com/spapini . -- cgit v1.2.1