summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ca8a252..249b731 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,8 +3,15 @@ HISTORY
## unreleased
+## 4.4.0 (2019-03-16)
+
+Fixed a regression with decorator factories breaking the case with no
+arguments by going back to the syntax used in version 4.2.
Accepted a small fix from Eric Larson (https://github.com/larsoner) affecting
-the replacement of `isgeneratorfunction` for old Python versions
+`isgeneratorfunction` for old Python versions.
+Moved the documentation from ReadTheDocs to GitHub to simplify the
+release process and replaced ReStructuredText with Markdown: it is
+an inferior solution, but it works better with GitHub and it is good enough.
## 4.3.2 (2019-01-24)