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 3848c87f3..88bf629af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - Improvement: Replaced use of openssl on Windows with bcrypt, which reduces executable size by some 40% - Improvement: We no longer put cache entries into the memory cache on Put, only on Get - Improvement: Dedicated servers now have a different heuristic for deciding when to use standalone files to store cache records/values in the structured cache disk layer. This helps performance on heavy-traffic servers +- Improvement: Reduced memory footprint of cache index by 10% or so by limiting the maximum number of entries in a bucket to 2^32 (was 2^64) ## 0.2.30 - Bugfix: Block sending error reports from sentry_sink to Sentry unless the log is actually an error log |