From f1af3af71ca9d45fe959db8130a59a9de94cc9f8 Mon Sep 17 00:00:00 2001 From: Dawid Sowa Date: Wed, 3 Apr 2024 10:51:34 +0200 Subject: [PATCH] fix: update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e247886..bbb8a624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Breaking ### Changed -- Enable `bun.js` by catching `NotImplemented` error thrown in `perf_hooks.monitorEventLoopDelay` + +- Enable `bun.js` by catching `NotImplemented` error (Fixes [#570](https://github.com/siimon/prom-client/issues/570)) ### Added