summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
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 20a78fa..8077af3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,7 +3,12 @@ HISTORY
## unreleased
-## 5.0.0 (2021-04-02)
+## 5.0.4 (2021-04-03)
+
+Small fix (decorator.decorate was not copying the function docstring) and
+documented the breaking change between versions 5.X and the past.
+
+## 5.0.3 (2021-04-02)
Dropped support for Python < 3.5 with a substantial simplification of
the code base. Ported CI from Travis to GitHub.