summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2017-07-24 12:48:39 +0200
committerMichele Simionato <michele.simionato@gmail.com>2017-07-24 12:48:39 +0200
commit3347845424676b1dfbb969c665e6f3d98ef3075c (patch)
tree7223487957cb1ca65960aeaeacbad8dfda1c7804 /CHANGES.md
parent00584a5550de21c1af952c141a6bc272d6020035 (diff)
downloadpython-decorator-git-3347845424676b1dfbb969c665e6f3d98ef3075c.tar.gz
Fixed two wrong dates
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 148c1a3..35a86ab 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,12 +8,12 @@ HISTORY
Made it possible to define decorators converting coroutines into regular
functions, as requested by Itaï Ben Yaacov.
-## 4.1.1 (2017-06-16)
+## 4.1.1 (2017-07-16)
Changed the documentation build system to sphinx and uploaded the docs
on readthedocs.org.
-## 4.1.0 (2017-06-15)
+## 4.1.0 (2017-07-15)
Support for Python 3.5 coroutines defined with `async def`, thanks to
Victor-Nicolae Savu who raised the issue of `iscoroutinefunction` not