~netlandish/django-wiki

081d9be04c8b16beda5432c45248bce3f9c9cb89 — Benjamin Bach 6 years ago b6bf63a + 59ab911
Merge pull request #797 from rsalmaso/release_notes

Release notes
1 files changed, 27 insertions(+), 0 deletions(-)

M docs/release_notes.rst
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
-----------------