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