Skip to content

Commit

Permalink
Fix typo, clarify wording in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog committed Mar 8, 2023
1 parent d6aeda7 commit 7fd74ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ One use for these is to iterate through additional mementos. For example, to get
Fixes & Maintenance
^^^^^^^^^^^^^^^^^^^

- Fix an issue where the :attr:`Memento.url` attribute might not be slightly off (it could have a different protocol, different upper/lower-casing, etc.). (:issue:`99`)
- Fix an issue where the :attr:`Memento.url` attribute might be slightly off from the exact URL that was captured (it could have a different protocol, different upper/lower-casing, etc.). (:issue:`99`)

- Fix an error when getting a memento for a redirect in ``view`` mode. If you called :meth:`wayback.WaybackClient.get_memento` with a URL that turned out to be a redirect at the given time and set the ``mode`` option to :attr:`wayback.Mode.view`, you’d get an exception saying “Memento at {url} could not be played.” Now this works just fine. (:issue:`109`)

Expand Down

0 comments on commit 7fd74ef

Please sign in to comment.