From c8e512ac3250a654e14ad87feb3a5483874257fe Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 16:18:11 +0000 Subject: [PATCH] docs(changelog): Stream audio preservation clarification and navigation improvements Adds changelog entries (root and Stream) for PR #352 which clarified that audio is preserved without processing during encoding, reorganized Stream docs navigation, and added SEO keywords. Co-Authored-By: Claude Opus 4.6 Claude-Session: https://claude.ai/code/session_01VHLgitqs1rtHBksEuVt7jU --- changelog.mdx | 6 ++++++ stream/changelog.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 4908191d..3089e26b 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products." rss: true --- + + ## Stream audio preservation and docs navigation improvements + + The Video Specification documentation now clarifies that no audio processing or effects are applied during encoding — audio volume and loudness are preserved as-is without compression or normalization. Stream docs navigation has also been reorganized for better discoverability, with Statistics and Webhooks pages promoted to top-level and improved SEO keywords across pages. [Learn more](/stream/video-specification) + + ## HTTP validation for Seamless Domain Migration diff --git a/stream/changelog.mdx b/stream/changelog.mdx index 111c4be0..52db9cbe 100644 --- a/stream/changelog.mdx +++ b/stream/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements to Stream." rss: true --- + + ## Stream audio preservation and docs navigation improvements + + The Video Specification documentation now clarifies that no audio processing or effects are applied during encoding — audio volume and loudness are preserved as-is without compression or normalization. Stream docs navigation has also been reorganized for better discoverability, with Statistics and Webhooks pages promoted to top-level and improved SEO keywords across pages. [Learn more](/stream/video-specification) + + ## Direct play URLs now support query parameters & documentation improvements