From 4e15c7b0ebfebb69a0e1e29554d12c481f5adf2c Mon Sep 17 00:00:00 2001 From: Taegyun Kim Date: Fri, 17 Jan 2025 11:15:27 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de7a146357a..2d8991223df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Changelogs for versions not listed here can be found at https://github.com/DataD - tracing(django): Fixes issue where django cache is represented as a django service rather than the third party service. - botocore: Resolves formatting errors in the bedrock integration when parsing request model IDs, which can now accept AWS ARNs. -- Fixes an issue where the memory allocation profiler can cause a segmentation fault due to data races when accessing its own global data structures from multiple threads. +- profiling: Fixes an issue where the memory allocation profiler can cause a segmentation fault due to data races when accessing its own global data structures from multiple threads. - profiling: Fixes a bug where profiling mutexes were not cleared on fork in the child process. This could cause deadlocks in certain configurations. - profiling: Removed a system call from the memory allocation profiler, used to detect forks, which ran on every allocation and resulted in a significant slowdown.