Update release notes

This commit is contained in:
Simon Rose
2024-05-15 16:40:16 +02:00
committed by Andrew Johnson
parent beec00b403
commit 1db37bcd91

View File

@ -22,6 +22,11 @@ should also be read to understand what has changed since earlier releases:
## Changes made on the 7.0 branch since 7.0.8
### Fix issue with compress record
In Base 7.0.8, an update to the compress record was added to allow for certain
algorithms to use partially filled buffers in their computations. Unfortunately,
this broke the behaviour of the records in certain cases. This has been fixed.
-----