From 93e762cdec0f5a5bccb285eee59e880957a5e1bc Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Wed, 11 Dec 2024 11:46:22 +0000 Subject: [PATCH] Reword changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d2ac413d..ed5e562b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ Main (unreleased) - Add three new stdlib functions to_base64, from_URLbase64 and to_URLbase64 (@ravishankar15) -- Reduce the memory consumption of an Alloy instance by 20MB. +- Use a forked `github.com/goccy/go-json` module which reduces the memory consumption of an Alloy instance by 20MB. If Alloy is running certain otelcol components, this reduction will not apply. (@ptodev) ### Bugfixes