From 479291e3881e3bd2b38937b3ca5bedec4415954a Mon Sep 17 00:00:00 2001 From: Sam DeHaan Date: Thu, 31 Oct 2024 00:21:31 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee417f07..4b55f93a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ Main (unreleased) ### Features +- Add support bundle generation via the API endpoint /-/support (@dehaansa) + - Add the function `path_join` to the stdlib. (@wildum) - Add `pyroscope.receive_http` component to receive and forward Pyroscope profiles (@marcsanmi)