From f4e6c72c47fb35b1ccbb25638202022faf660553 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 16 Mar 2016 02:24:57 +0100 Subject: [PATCH] update CHANGES --- docs/changes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.rst b/docs/changes.rst index 6ccebdc79..de32421c1 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -24,6 +24,7 @@ Compatibility / maintenance notes: Bug fixes: +- silently skips disk I/O errors, includes truncated files into archive, #748 - seeking to an invalid position is an IOError in python 3.2, #621 - Cache: fix exception handling in __init__, release lock, #610