Skip to content

Commit

Permalink
Release notes for #2786
Browse files Browse the repository at this point in the history
  • Loading branch information
m1kola committed Jul 6, 2016
1 parent dbc4c9b commit b79069b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Changelog
* Added a system check to validate that fields listed in `search_fields` are defined on the model (Josh Schneier)
* Added formal APIs for customising the display of StructBlock forms within the page editor (Matt Westcott)
* `wagtailforms.models.AbstractEmailForm` now supports multiple email recipients (Serafeim Papastefanos)
* Added the ``include_block`` template tag for improved StreamField template inclusion (Matt Westcott)
* Fix: Email templates and document uploader now support custom `STATICFILES_STORAGE` (Jonny Scholes)
* Fix: Removed alignment options (deprecated in HTML and not rendered by Wagtail) from `TableBlock` context menu (Moritz Pfeiffer)
* Fix: Fixed incorrect CSS path on ModelAdmin's "choose a parent page" view
Expand Down
1 change: 1 addition & 0 deletions docs/releases/1.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Minor features
* Added a system check to validate that fields listed in ``search_fields`` are defined on the model (Josh Schneier)
* Added formal APIs for customising the display of StructBlock forms within the page editor - see :ref:`custom_editing_interfaces_for_structblock` (Matt Westcott)
* ``wagtailforms.models.AbstractEmailForm`` now supports multiple email recipients (Serafeim Papastefanos)
* Added the ``include_block`` template tag for improved StreamField template inclusion. See :doc:`/topics/streamfield` for documentation (Matt Westcott)


Bug fixes
Expand Down

3 comments on commit b79069b

@gasman
Copy link
Collaborator

@gasman gasman commented on b79069b Jul 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this can be upgraded to a major feature :-) Happy to write a full paragraph for the release notes, if there are no objections...

@m1kola
Copy link
Contributor Author

@m1kola m1kola commented on b79069b Jul 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no objections. Feel free to update the release notes :)

@tomdyson
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No objections from me, but I think we should make sure #2823 is included in 1.6 too.

Please sign in to comment.