Skip to content

Commit

Permalink
Add CHANGELOG and release notes for edit_bird hook rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Apr 3, 2015
1 parent c174de8 commit 63672e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Changelog
* Added hook `construct_homepage_summary_items` for customising the site summary panel on the admin homepage
* No longer automatically tries to use Celery for sending notification emails
* Added "Add child page" button to admin userbar (Eric Drechsel)
* Renamed the `construct_wagtail_edit_bird` hook to `construct_wagtail_edit_bird`


0.8.6 (10.03.2015)
Expand Down
4 changes: 3 additions & 1 deletion docs/releases/1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Admin
* Added cache-control headers to all admin views. This allows Varnish/Squid/CDN to run on vanilla settings in front of a Wagtail site
* Date / time pickers now consistently use times without seconds, to prevent Javascript behaviour glitches when focusing / unfocusing fields
* Added hook ``construct_homepage_summary_items`` for customising the site summary panel on the admin homepage
* Renamed the ``construct_wagtail_edit_bird`` hook to ``construct_wagtail_edit_bird``



Project template
Expand Down Expand Up @@ -197,7 +199,7 @@ Celery no longer automatically used for sending notification emails

Previously, Wagtail would try to use Celery whenever the ``djcelery`` module was
installed, even if Celery wasn't actually set up. This could cause a very hard
to track down problem where notification emails would not be sent so this
to track down problem where notification emails would not be sent so this
functionality has now been removed.

If you would like to keep using Celery for sending notification emails, have a
Expand Down

0 comments on commit 63672e0

Please sign in to comment.