X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=CHANGES.txt;h=d85ea1825b77e30ff80205e29e64509b40d942b0;hp=bb6a6acfd5fcb944f08efdf09a5d7c73cfe0346e;hb=HEAD;hpb=80fdad9f2cad5b3759351ab38bf32cad863cd3cb diff --git a/CHANGES.txt b/CHANGES.txt index bb6a6ac..fe285d3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,14 @@ Changes in 0.9.0 ---------------- * Use right SPDX identifier for license headers + * mpd_version attribute init to empty string instead of None + * Fixed send_noidle (introduced with e8daa719) + * Improved Range object to deal with window parameter + * Add logging + * Switch to pyproject.toml (setuptools build system) + * The connect sequence raises ConnectionError only on error, + previously getaddrinfo or unix socket connection error raised an OSError + * Improved documentation, add examples Changes in 0.8.0 ----------------