summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md8
1 files changed, 8 insertions, 0 deletions
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 .