diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4902d72c5c..ad6d7ff12d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -193,6 +193,7 @@ Changelog * Fix: Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah) * Fix: Fix server-side caching of the icons sprite (Thibaud Colas) * Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas) + * Maintenance: Render large image renditions to disk (Jake Howard) 4.1.3 (13.03.2023) diff --git a/docs/releases/4.1.4.md b/docs/releases/4.1.4.md index d3df07182a..cf47f170d1 100644 --- a/docs/releases/4.1.4.md +++ b/docs/releases/4.1.4.md @@ -21,3 +21,7 @@ depth: 1 * Fix server-side caching of the icons sprite (Thibaud Colas) * Avoid showing scrollbars in the block picker unless necessary (Babitha Kumari) * Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas) + +### Maintenance + +* Render large image renditions to disk (Jake Howard)