From f1449324beda4fba6f1903d5c17d677cd1ea4ef9 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Sun, 9 Feb 2025 21:45:23 +0100 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Max Inden --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a1cce..c798c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 method avoids the risk of runtime deadlocks at the expense of creating an owned type. See [PR 244]. - [PR 244]: https://github.com/prometheus/client_rust/pull/244 +[PR 244]: https://github.com/prometheus/client_rust/pull/244 +[PR 257]: https://github.com/prometheus/client_rust/pull/257 ### Changed