diff --git a/index.bs b/index.bs
index 3d39bbaf3..425dd6eb6 100644
--- a/index.bs
+++ b/index.bs
@@ -26,6 +26,7 @@ Former Editor: Raymond Toy (until Oct 2018)
Former Editor: Chris Wilson (Until Jan 2016)
Former Editor: Chris Rogers (Until Aug 2013)
Test Suite: https://github.com/web-platform-tests/wpt/tree/master/webaudio
+Implementation Report: https://wpt.fyi/results/webaudio?label=experimental&label=master&aligned
Repository: WebAudio/web-audio-api
Abstract: This specification describes a high-level Web API
for processing and synthesizing audio in web applications.
@@ -13880,6 +13881,58 @@ class Vec3 {
Change Log
+
+ Since First Public Working Draft of 05 November 2024
+
+
+
+ -
+ PR 2688:
+ Speculative PR preview fix
+
+ -
+ PR 2686:
+ Split Privacy Considerations and Security Considerations into separate
+ sections
+
+ -
+ PR 2679:
+ Add Slack register link
+
+ -
+ PR 2676:
+ Update expected-errs.txt format
+
+ -
+ PR 2675:
+ OfflineAudioContext incremental/chunked rendering
+
+ -
+ PR 2667:
+ Specify render quantum size range constraints and renderSizeHint handling
+
+ -
+ PR 2657:
+ Require implementations support sample rate range [3000, 768000] Hz
+
+ -
+ PR 2656:
+ Fix expected-errs.txt
+
+ -
+ PR 2654:
+ Fix fundamental typo
+
+ -
+ PR 2633:
+ Add interrupted state and error handling for sink ID
+
+ -
+ PR 2617:
+ Revise wording for currentTime
+
+
+
Acknowledgements