diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b45431f..3e6618944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ - 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 - Bugfix: Fix crash when iterating chunks in project store causing crash due threading issues +- 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 - 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 |