M docs/release_notes.rst => docs/release_notes.rst +27 -0
@@ 12,6 12,33 @@ The next series **0.4** will support Django 1.11 and Django 2.x and be for
Python 3.4+.
+django-wiki 0.4.0 (unreleased)
+------------------------------
+
+Added
+~~~~~
+
+ * Django 2 support :url-issue:`755` (Raffaele Salmaso & Mads Jensen)
+
+Changed
+~~~~~~~
+
+ * ...
+
+Fixed
+~~~~~
+
+ * Use ``user.is_authenticated/is_anonymous`` as a boolean :url-issue:`790` (Raffaele Salmaso)
+ * Use ``simple_tag`` for assignment tag :url-issue:`791` (Raffaele Salmaso)
+ * Use ``pytest`` instead of ``runtests.py`` :url-issue:`781` (Branko Majic)
+
+Deprecated/Removed
+~~~~~~~~~~~~~~~~~~
+
+ * Django < 1.11 support is dropped :url-issue:`779`
+ * Python < 3.3 support is dropped :url-issue:`779` and :url-issue:`792`
+
+
django-wiki 0.3.1
-----------------