diff options
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eafb4c3d8..63cbc8225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,6 +92,7 @@ - Improvement: Fixed threading and lifetime issues in AuthMgr - Improvement: Adding an existing OpenId provider now preplaces any existing one if the parameters differ - Bugfix: Reduce background job description name for oplog import/export FORT-829408 +- Bugfix: Long oplog entry keys could cause infinite loops in xxhash due to API mis-use. A workaround is in place which retains the old key mapping to maintain backwards compatibility with on-disk state ## 5.5.15 - Bugfix: Fix returned content type when requesting a project store chunk with non-compressed accept type |