From e4e33371ddb04e8fcc53428e31b9b0021091a855 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sat, 15 Sep 2018 19:50:55 +0200 Subject: [PATCH] Update release notes with PRs merged up until 0.4b2 @Mortal @superandrew --- docs/release_notes.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 5e4d9221..6b86bd43 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -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 `__ + * 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 ~~~~~~~~~~~~~~~~~~ -- 2.45.2