summaryrefslogtreecommitdiff
path: root/releasenotes/notes/image-cache-4082178dabd64249.yaml
blob: b635015703ae035d249493f90f0d545184df7cc9 (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    When an ``http(s)://`` image is used, the cached copy of the image will always
    be updated if the HTTP server does not provide the last modification date
    and time. Previously the cached image would be considered up-to-date, which
    could cause invalid behavior if the image is generated on fly or was modified
    while being served.