summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2018-04-15 14:35:10 +0200
committerMichele Simionato <michele.simionato@gmail.com>2018-04-15 14:35:10 +0200
commit9e5235962d8d7e67f41a1ef7b7d70b1cc7e55d0b (patch)
tree2207a5150cdd7d4b8c5d4a832a238cfa91be39cf /CHANGES.md
parentc7aa9cb24de431c73ddb5a5fa024a0e68c0eb3c9 (diff)
downloadpython-decorator-git-9e5235962d8d7e67f41a1ef7b7d70b1cc7e55d0b.tar.gz
Updated docs
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 .