diff --git a/docs/src/release_notes.rst b/docs/src/release_notes.rst index 0cb13258..e9e013a5 100644 --- a/docs/src/release_notes.rst +++ b/docs/src/release_notes.rst @@ -3,11 +3,10 @@ Release notes ============= -1.8.6 (2020-05-27) +2.0.1 (2020-09-20) ------------------ -Fixed +Changed ***** -- :ref:`Genius` - Genius.com sometimes returns the new song page for lyrics - So a new *div* class was added to :func:`Genius._scrape_song_lyrics_from_url` - (:issue:`139`) +- :func:`Genius._scrape_song_lyrics_from_url`- Switched to using + regular expressions to find the ``new_div`` (:issue:`154`).