X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=CHANGES.txt;h=bb6a6acfd5fcb944f08efdf09a5d7c73cfe0346e;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 ----------------