X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=CHANGES.txt;h=fe285d3351d2c75a2b59a9e9793cc254b92512ff;hb=refs%2Fheads%2Fdev;hp=04623a9486db4b4d03e9c591599a0b8258e2917c;hpb=bfbbf9f08541b964bab6fe4b8f05ca6c43199f13;p=python-musicpd.git 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 ----------------