diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f5d929..ecf94ac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Bug Fixes * Unconditionally tolerate `fallocate` failures as a fix to its portability issue. Errors other than `EOPNOTSUPP` will still emit a warning. +* Avoid leaving fractured write after failure by reseeking the file writer. Panic if the reseek fails as well. ### New Features