Make indenting of bullet points consistent

This commit is contained in:
Matt Westcott 2016-08-30 11:00:02 +01:00
parent f9f8399602
commit 73fd2d8820

View file

@ -23,8 +23,8 @@ See: :ref:`frontendcache_aws_cloudfront`
Minor features
~~~~~~~~~~~~~~
* The Wagtail version number can now be obtained as a tuple using ``from wagtail import VERSION`` (Tim Heap)
* ``send_mail`` logic has been moved from ``AbstractEmailForm.process_form_submission`` into ``AbstractEmailForm.send_mail``. Now it's easier to override this logic (Tim Leguijt)
* The Wagtail version number can now be obtained as a tuple using ``from wagtail import VERSION`` (Tim Heap)
* ``send_mail`` logic has been moved from ``AbstractEmailForm.process_form_submission`` into ``AbstractEmailForm.send_mail``. Now it's easier to override this logic (Tim Leguijt)
Bug fixes