diff options
author | David Robillard <d@drobilla.net> | 2019-10-21 21:50:46 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-10-21 21:50:46 +0200 |
commit | 7a7bff205975ac1668f71da1a7af172ead100849 (patch) | |
tree | 96e24e75ca904d744de2e1ef4f6a18cda560788c /NEWS | |
parent | 06e30c3fc93a2cc59e8d0642e257f73b59c38974 (diff) | |
download | lilv-7a7bff205975ac1668f71da1a7af172ead100849.tar.gz lilv-7a7bff205975ac1668f71da1a7af172ead100849.tar.bz2 lilv-7a7bff205975ac1668f71da1a7af172ead100849.zip |
Make Python bindings more Pythonic
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,8 +8,9 @@ lilv (0.24.5) unstable; * Fix unit tests on Windows * Add more strict error detection when storing plugin state properties * Fix memory errors and Python 3.4+ compatibility in Python bindings + * Make Python bindings more Pythonic - -- David Robillard <d@drobilla.net> Mon, 21 Oct 2019 17:19:31 +0000 + -- David Robillard <d@drobilla.net> Mon, 21 Oct 2019 19:50:13 +0000 lilv (0.24.4) stable; |