diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2017-07-23 17:22:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-23 17:22:43 +0200 |
| commit | 00584a5550de21c1af952c141a6bc272d6020035 (patch) | |
| tree | 4532907d559ca1bf9bab22e924d77594236eebc9 /CHANGES.md | |
| parent | a4b6dc28a709c98f071c8061429840ac371d70a1 (diff) | |
| parent | 15d908b3ce3db5607c75f7dff052b1541f73f534 (diff) | |
| download | python-decorator-git-4.1.2.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.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |
