From fc48e23daedf37249d1bd863d61c93f611a64d1d Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sat, 10 Feb 2018 11:48:50 -0800 Subject: [PATCH] docs/README: fix typos, add changes for 2.0.1 --- CHANGES.rst | 10 ++++++++++ README.rst | 4 ++-- docs/manual/usage.rst | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 64ed697c..76957085 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +pywb 2.0.1 changelist +~~~~~~~~~~~~~~~~~~~~~ + +* Override ``Function.apply()`` to remove rewriting Proxy object from any native function calls +* Fix top-frame notifications in new system to use correct window +* Calendar query: Add back second display +* Fix tests when no youtube-dl installed (#270) +* Fix typos, setup.py classifiers, remove py2.6 + + pywb 2.0.0 changelist ~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index d7fec150..db7ee66a 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ that is used by other web archives, including the traditional "Wayback Machine" New Features ^^^^^^^^^^^^ -The 2.0 release includes a major overhaul of pywb and introduces the following new features, including: +The 2.0 release includes a major overhaul of pywb and introduces many new features, including the following: * Dynamic multi-collection configuration system with no-restart updates. @@ -39,7 +39,7 @@ The 2.0 release includes a major overhaul of pywb and introduces the following n * Significantly improved client-side rewriting to handle most modern web sites. -* Improved 'calendar' query UI, groping results by year and month, and updated replay banner. +* Improved 'calendar' query UI, grouping results by year and month, and updated replay banner. Please see the `full documentation `_ for more detailed info on all these features. diff --git a/docs/manual/usage.rst b/docs/manual/usage.rst index 13883a61..451d2c5f 100644 --- a/docs/manual/usage.rst +++ b/docs/manual/usage.rst @@ -22,7 +22,7 @@ and introduces many new features, including: * Significantly improved client-side rewriting to handle most modern web sites. -* Improved 'calendar' query UI, groping results by year and month, and updated replay banner. +* Improved 'calendar' query UI, grouping results by year and month, and updated replay banner. Getting Started