diff --git a/CHANGELOG.rst b/CHANGELOG.rst index af8c84d..282750e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,21 @@ Changelog ========= +Changes in 2.5.1 +---------------- + +Fixed: + +- Escaping of % in ``helpers.format``, which affects mpd widget ``${Progress}`` +- Possible deadlock of when ``update`` widgets +- [contrib.openweather] New API compatibility, which requires an API key +- [gmail] Authentication documentation + +Added: + +- [mpd] Support for sending arbitrary commands +- [contrib.openweather] Various new return values + Changes in 2.5.0 ----------------