X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=CHANGES.txt;h=d85ea1825b77e30ff80205e29e64509b40d942b0;hp=d32426aa682bdcdd48a44e1d9d909983dcead397;hb=HEAD;hpb=43efcdd63b071ef5a5224fec37ebf298cfacd0f9 diff --git a/CHANGES.txt b/CHANGES.txt index d32426a..fe285d3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,9 @@ Changes in 0.9.0 * 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 ----------------