Skip to content

Commit e2d65d1

Browse files
committed
Add changelog entry
1 parent 1e2725f commit e2d65d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* When rescuing a failed `write_file`, differentiate between `#close`
2+
and `#release_resources_on_failure!`. Closing a Writable can still try
3+
to do things to the Streamer output, it can try to write to the destination
4+
IO which is no longer accepting writes and so on. What we do want is to
5+
safely destroy the zlib deflaters.
6+
17
## 6.3.2
28

39
* Make sure `rollback!` correctly works with `write_file` and the original exception gets re-raised from `write_file` if

0 commit comments

Comments
 (0)