diff --git a/src/content/changelogs/workers.yaml b/src/content/changelogs/workers.yaml index ba9e7434719948e..2ad98d24d5ec7a2 100644 --- a/src/content/changelogs/workers.yaml +++ b/src/content/changelogs/workers.yaml @@ -8,6 +8,9 @@ entries: - publish_date: "2024-11-18" description: |- - Updated v8 to version 13.1. + - publish_date: "2024-11-15" + individual_page: true + link: "/workers/ci-cd/builds/build-caching/" - publish_date: "2024-10-21" description: |- - Fixed encoding of WebSocket pong messages when talking to remote servers. Previously, when a Worker made a WebSocket connection to an external server, the server may have prematurely closed the WebSocket for failure to respond correctly to pings. Client-side connections were not affected.