aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93ea90d45..ca22ef99c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,14 @@
##
-- Bugfix: If we get a request for a partial chunk that can not be fulfilled we warn and treat it as a miss
-- Bugfix: Correctly calculate memory view size from Mid/MidInline function if size is not given
- Bugfix: Don't try to read bytes to validate a compact binary object that is empty
- Bugfix: Don't fake free memory buffer pointer when materializing a zero size file
- Improvement: Asserts gives an immediate ERROR log entry with callstack and reason
- Improvement: Asserts flushes the log before sending error report to Sentry
- Improvement: Refactored IterateChunks to allow reuse in diskcachelayer and hide public GetBlockFile() function in BlockStore
+## 5.4.5
+- Bugfix: If we get a request for a partial chunk that can not be fulfilled we warn and treat it as a miss
+- Bugfix: Correctly calculate memory view size from Mid/MidInline function if size is not given
+
## 5.5.1
- Bugfix: Remove extra loop causing GetProjectFiles for project store to find all chunks once for each chunk found
- Bugfix: Don't capture ChunkIndex variable in CasImpl::IterateChunks by reference as it causes crash