diff options
author | David Robillard <d@drobilla.net> | 2014-10-05 03:28:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-10-05 03:28:40 +0000 |
commit | ef429b7f1abaca3ece35ffe4b5f337450aa1a829 (patch) | |
tree | 05eb399260e24d484004c147fcc69166bcc40eab /NEWS | |
parent | 4e3571f8fd583ea808cb1f56a197ab95aabe9be7 (diff) | |
download | lilv-ef429b7f1abaca3ece35ffe4b5f337450aa1a829.tar.gz lilv-ef429b7f1abaca3ece35ffe4b5f337450aa1a829.tar.bz2 lilv-ef429b7f1abaca3ece35ffe4b5f337450aa1a829.zip |
Tolerate passing NULL to lilv_state_restore().
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5473 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,10 @@ lilv (0.20.1) unstable; + * Tolerate passing NULL to lilv_state_restore() * Configure based on compiler target OS for cross-compilation - * Minor documentation improvements. + * Minor documentation improvements - -- David Robillard <d@drobilla.net> Sat, 04 Oct 2014 23:06:19 -0400 + -- David Robillard <d@drobilla.net> Sat, 04 Oct 2014 23:27:33 -0400 lilv (0.20.0) stable; |