From 83d7ffbc5e907ef5d50f16c1abc288b85717bc2d Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 19 Jun 2025 20:20:54 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #464 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f853089..e0d8bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### Unreleased * Update end-to-end tests to place streaming and seekable OTAs in separate directories for easier troubleshooting ([PR #463]) +* Update dependencies ([PR #464]) ### Version 3.17.0 @@ -528,3 +529,4 @@ Behind-the-scenes changes: [PR #452]: https://github.com/chenxiaolong/avbroot/pull/452 [PR #453]: https://github.com/chenxiaolong/avbroot/pull/453 [PR #463]: https://github.com/chenxiaolong/avbroot/pull/463 +[PR #464]: https://github.com/chenxiaolong/avbroot/pull/464