summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2017-07-23 17:22:43 +0200
committerGitHub <noreply@github.com>2017-07-23 17:22:43 +0200
commit00584a5550de21c1af952c141a6bc272d6020035 (patch)
tree4532907d559ca1bf9bab22e924d77594236eebc9 /CHANGES.md
parenta4b6dc28a709c98f071c8061429840ac371d70a1 (diff)
parent15d908b3ce3db5607c75f7dff052b1541f73f534 (diff)
downloadpython-decorator-git-00584a5550de21c1af952c141a6bc272d6020035.tar.gz
Merge pull request #43 from micheles/coro-signaturerelease-4.1.24.1.2
Now the coroutine signature is determined by the caller
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ce2339a..148c1a3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,7 +3,12 @@ HISTORY
## Unreleased
-## 4.1.1 (2017-06-15)
+## 4.1.2 (2017-07-23)
+
+Made it possible to define decorators converting coroutines into regular
+functions, as requested by Itaï Ben Yaacov.
+
+## 4.1.1 (2017-06-16)
Changed the documentation build system to sphinx and uploaded the docs
on readthedocs.org.