diff --git a/docs/releases/0.8.2.rst b/docs/releases/0.8.2.rst index 1421da2772..2990c4c703 100644 --- a/docs/releases/0.8.2.rst +++ b/docs/releases/0.8.2.rst @@ -22,6 +22,8 @@ Bug fixes * Focal point indicator would sometimes be positioned incorrectly for small or thin images * Elasticsearch configuration now supports specifying HTTP authentication parameters as part of the URL, and defaults to ports 80 (HTTP) and 443 (HTTPS) if port number not specified * Fixed a TypeError when previewing pages that use RoutablePageMixin + * Rendering image with missing file in rich text no longer crashes the entire page + * IOErrors thrown by underlying image libraries that are not reporting a missing image file are no longer caught Upgrade considerations ======================