From a299a0050685aef9b0e7499b7520e33ede77202d Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Fri, 9 Mar 2018 19:09:18 +0100 Subject: [PATCH] Add note about new release (#163) * Add note about new release * Fix typo - plural form of 'matrix' --- CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9199f1b..bc4a2a7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +4.6.1 +--- + +* Add Django 2.0 support + + - Add on_delete=models.CASCADE in models & migrations + - Add Django 2.0 to tests matrices + 4.4 ---