~netlandish/django-wiki

e4e33371ddb04e8fcc53428e31b9b0021091a855 — Benjamin Bach 6 years ago d5b0b33
Update release notes with PRs merged up until 0.4b2 @Mortal @superandrew
1 files changed, 4 insertions(+), 1 deletions(-)

M docs/release_notes.rst
M docs/release_notes.rst => docs/release_notes.rst +4 -1
@@ 34,9 34,11 @@ Changed
 * Test coverage added: Images plugin + Account handling (Mads Jensen) :url-issue:`804`
 * Last couple of non-CBVs (Class Based Views) refactored to CBV (Raffaele Salmaso & Mads Jensen) :url-issue:`788` :url-issue:`819` :url-issue:`808`
 * Big cleanup: Deprecating lots of Python 2.7 specific code (Mads Jensen & Raffaele Salmaso) `See: >30 PRs <https://github.com/django-wiki/django-wiki/pulls?q=is%3Apr+is%3Aclosed+label%3Aclean-up>`__
 * Search term highligting tweaked, first match is now highlighted instead of last (Mathias Rav)  :url-issue:`901`
 * Markdown parsing for ``[image]``, ``[article_list]`` and macros rewritten and improved to allow escaping (Mathis Rav) :url-issue:`896`
 * Languages: Merged ``pt`` and ``pt_PT``, then deleted ``pt`` and linked it to ``pt_PT`` :url-issue:`858`
 * Languages: Linked ``zh_Hans`` to ``zh_CN`` :url-issue:`711`
 * Languages: ``da`` translated 100%
 * Languages: ``da`` completed

Fixed
~~~~~


@@ 46,6 48,7 @@ Fixed
 * Direct invocation of ``pytest`` fixed (removing ``runtests.py``) :url-issue:`781` (Branko Majic)
 * Line breaks in help texts for macros :url-issue:`851` (Mathias Dannesbo)
 * Table of contents now has a header by default, and several built-in django-wiki extensions can be configured using ``WIKI_MARKDOWN_KWARGS`` :url-issue:`881` (Mathias Rav)
 * S3 Storage engine image deletion bug :url-issue:`907` (Andrea Maschio)

Deprecated/Removed
~~~~~~~~~~~~~~~~~~