diff --git a/help/changelog_me b/help/changelog_me index aa190276..dee2f7b9 100644 --- a/help/changelog_me +++ b/help/changelog_me @@ -7,6 +7,7 @@ * Fixed result table cells which mistakenly became writable in v3.5.0. [Mac] (#203) * Fixed "Rename Selected" which was broken since v3.5.0. [Mac] (#202) * Fixed a bug where "Reset to Defaults" in the Columns menu wouldn't refresh menu items' marked state. +* Improved OGG metadata reading. * Improved Russian localization by Kyrill Detinov. === 6.4.2 (2012-07-07) diff --git a/requirements.txt b/requirements.txt index f7fb0d2e..6e61b8c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ jobprogress>=1.0.4 Send2Trash3k>=1.2.0 sphinx>=1.1.3 polib>=0.7.0 -hsaudiotag3k>=1.1.2 +hsaudiotag3k>=1.1.3 pytest>=2.0.0 pytest-monkeyplus>=1.0.0