From 0e49393b18a017e120d0863fadc7a12865bb7a0f Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 10 Sep 2015 17:26:48 -0700 Subject: [PATCH] Update CHANGES for 0.10.8 --- CHANGES.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1e199ac2..11a7d92d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +pywb 0.10.8 changelist +~~~~~~~~~~~~~~~~~~~~~~ + +* Rewrite: url attribute entity unencoding only if attr starts with 'http', catch any exceptions. + +* Fix top frame detection to avoid occasional banner insertion into intermediate frames. + +* Fix special case ``href = "."`` rewriting. + + pywb 0.10.7 changelist ~~~~~~~~~~~~~~~~~~~~~~