diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 362f86fe6..df140ba10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ - Bugfix: Fixed sentry-native build to allow LTO on Windows - Bugfix: Minor test stability fixes (flaky hash collisions, per-thread RNG seeds) - Bugfix: Handle long paths in the project store +- Bugfix: Authentication callbacks are not thread safe, ensured call sites does single threaded calls ## 5.7.23 - Bugfix: Crash at startup if a log message was emitted before logging is properly initialized |