From 60bbd7a944f101e3414b4c2feb941ba1ceb9bdb1 Mon Sep 17 00:00:00 2001 From: TW Date: Wed, 14 Dec 2016 01:29:43 +0100 Subject: [PATCH] update CHANGES (1.0-maint) (#1954) --- docs/changes.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 7a79c61c0..4ff900e7d 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -80,7 +80,8 @@ Bug fixes: - rebuild manifest if it's corrupted - skip corrupted chunks during manifest rebuild -- fix TypeError in errorhandler, #1903, #1894 +- fix TypeError in integrity error handler, #1903, #1894 +- fix location parser for archives with @ char (regression introduced in 1.0.8), #1930 Other changes: @@ -90,7 +91,10 @@ Other changes: - clarify extract is relative to current directory - FAQ: fix link to changelog - markup fixes -- tests: test_get_(cache|keys)_dir: clean env state, #1897 +- tests: + + - test_get_(cache|keys)_dir: clean env state, #1897 + - get back pytest's pretty assertion failures, #1938 - setup.py build_usage: - fixed build_usage not processing all commands