Browse Source

Release note for #9851

Matt Westcott 2 năm trước cách đây
mục cha
commit
26ea675520
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/4.2.md

+ 1 - 0
CHANGELOG.txt

@@ -69,6 +69,7 @@ Changelog
  * Docs: Add class inheritance information to StreamField block sreference (Temidayo Azeez)
  * Docs: Document the hook `register_image_operations` and add an example of a custom Image filter (Coen van der Kamp)
  * Docs: Fix incorrect example code for StreamField migration of `RichTextField` (Matt Westcott)
+ * Docs: Document the policy needed to create invalidations in CloudFront (Jake Howard)
  * Maintenance: Switch to using Willow instead of Pillow for images (Darrel O'Pry)
  * Maintenance: Remove unsquashed `testapp` migrations (Matt Westcott)
  * Maintenance: Upgrade to Node 18 for frontend build tooling (LB (Ben) Johnston)

+ 1 - 0
docs/releases/4.2.md

@@ -100,6 +100,7 @@ This feature was developed by Jake Howard.
  * Fix incorrect example code for StreamField migration of `RichTextField` (Matt Westcott)
  * Set up Stimulus application initialisation according to RFC 78 (LB (Ben) Johnston)
  * Refactor submit-on-change search filters for image and document listings to use Stimulus (LB (Ben) Johnston)
+ * Document the policy needed to create invalidations in CloudFront (Jake Howard)
 
 ### Maintenance