From 7b85b1fc7b0cbd21c0b4dce20f9818b02a6e7175 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Tue, 31 Dec 2024 23:39:36 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #648 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 068eb6ca7..463ea7a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * Remove migration of the old global sample-rate option ([PR #646 @chenxiaolong]) * Folks upgrading from pre-1.62 versions should first upgrade to 1.74 first and then upgrade to this version. * Switch to kotlinx-serialization library for writing metadata JSON file ([PR #647 @chenxiaolong]) +* Update dependencies ([PR #648 @chenxiaolong]) ### Version 1.74 @@ -1009,3 +1010,4 @@ Non-user-facing changes: [PR #645 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/645 [PR #646 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/646 [PR #647 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/647 +[PR #648 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/648