summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-11 23:42:14 +0000
committerDavid Robillard <d@drobilla.net>2012-08-11 23:42:14 +0000
commit83b5c7b86c23f1379d3a96ab4e70c41b032d8823 (patch)
tree05a7d1393d8f3500ece920b3377f3c8ba5e179d5 /NEWS
parent91d638a34a872793f26892b627438ef7534e36e2 (diff)
downloadlilv-83b5c7b86c23f1379d3a96ab4e70c41b032d8823.tar.gz
lilv-83b5c7b86c23f1379d3a96ab4e70c41b032d8823.tar.bz2
lilv-83b5c7b86c23f1379d3a96ab4e70c41b032d8823.zip
Add lv2bench utility.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4660 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2b7933c..f16148b 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ lilv (9999) unstable;
* Fix crash when lv2info is run with an invalid URI argument
* Gracefully handle failure to save plugin state and print error message
* Reduce memory usage (per node)
+ * Add lv2bench utility
-- David Robillard <d@drobilla.net>