mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-27 08:04:01 +00:00
Add changelog/release notes for #935/#1013
This commit is contained in:
parent
f680588b7d
commit
99f94baa4a
2 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ Changelog
|
|||
* Added pagination to the snippets listing and chooser (Martin Sanders)
|
||||
* Page / document / image / snippet choosers now include a link to edit the chosen item
|
||||
* Fix: The `document_served` signal now correctly passes the Document class as `sender` and the document as `instance`
|
||||
* Fix: Image edit page no longer throws OSError when the original image is missing
|
||||
|
||||
0.8.5 (17.02.2015)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ Bug fixes
|
|||
~~~~~~~~~
|
||||
|
||||
* The ``document_served`` signal now correctly passes the Document class as ``sender`` and the document as ``instance``
|
||||
* Image edit page no longer throws ``OSError`` when the original image is missing
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue