diff --git a/src/content/changelogs/workers.yaml b/src/content/changelogs/workers.yaml index 7a38261ca11431c..311e5afc7d0acfa 100644 --- a/src/content/changelogs/workers.yaml +++ b/src/content/changelogs/workers.yaml @@ -5,6 +5,9 @@ productLink: "/workers/" productArea: Developer platform productAreaLink: /workers/platform/changelog/platform/ entries: + - publish_date: "2024-11-18" + description: |- + - Updated v8 to version 13.1. - 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.