diff --git a/changelog.mdx b/changelog.mdx
index 9a3837f..736e045 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products."
rss: true
---
+
+ ## Cache API documentation reorganized into dedicated section
+
+ The Edge Scripting Cache API documentation has been restructured from a single page into a multi-page section covering the API overview and limitations, managing default and named caches, reading and writing cache entries (`match`, `put`, `delete`), and end-to-end examples including a new on-demand refresh and purge recipe. The `waitUntil` runtime reference has also been expanded with a full API signature and a cache-population example. [Learn more](/scripting/cache)
+
+
## AVIF, HEIC and HEIF are now GA
diff --git a/scripting/changelog.mdx b/scripting/changelog.mdx
index e448a05..5e77d14 100644
--- a/scripting/changelog.mdx
+++ b/scripting/changelog.mdx
@@ -4,6 +4,12 @@ description: Latest updates and improvements to Edge Scripting.
rss: true
---
+
+ ## Cache API documentation reorganized into dedicated section
+
+ The Cache API documentation has been restructured from a single page into a dedicated multi-page section with separate pages for the [API overview and limitations](/scripting/cache), [managing default and named caches](/scripting/cache/managing-caches), [reading and writing cache entries](/scripting/cache/reading-writing) (`match`, `put`, `delete`), and [end-to-end examples](/scripting/cache/examples) including a new on-demand refresh and purge recipe. The [`waitUntil` runtime reference](/scripting/runtime#waituntil) has also been expanded with a full API signature and a cache-population example.
+
+
## Node.js file system API