mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-17 19:51:11 +00:00
Changelog and release notes for #990
This commit is contained in:
parent
98f3b2ad03
commit
9956a546b4
2 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ Changelog
|
|||
* Fix: Punctuation characters are no longer stripped when performing search queries
|
||||
* Fix: When adding tags where there were none before, it is now possible to save a single tag with multiple words in it
|
||||
* Fix: richtext template tag no longer raises TypeError if None is passed into it (Alejandro Varas)
|
||||
* Fix: Serving documents now uses a streaming HTTP response and will no longer break Djangos cache middleware
|
||||
|
||||
0.8.4 (04.12.2014)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -21,3 +21,4 @@ Bug fixes
|
|||
* Punctuation characters are no longer stripped when performing search queries
|
||||
* When adding tags where there were none before, it is now possible to save a single tag with multiple words in it
|
||||
* ``richtext`` template tag no longer raises ``TypeError`` if ``None`` is passed into it
|
||||
* Serving documents now uses a streaming HTTP response and will no longer break Djangos cache middleware
|
||||
|
|
|
|||
Loading…
Reference in a new issue