aboutsummaryrefslogtreecommitdiff
path: root/changes/bug1376
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug1376')
-rw-r--r--changes/bug13767
1 files changed, 3 insertions, 4 deletions
diff --git a/changes/bug1376 b/changes/bug1376
index bee42a39a..e685a5513 100644
--- a/changes/bug1376
+++ b/changes/bug1376
@@ -1,4 +1,3 @@
- o Minor bugfixes:
-
- - Added additional argument to write_chunks_to_file to optionally skip
- using a temp file to do non-atomic writes. Implements ticket #1376.
+ o Code simplification and refactoring:
+ - Previously we used two temporary files when writing descriptors to
+ disk; now we only use one. Implements ticket 1376.