aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-06-13 00:59:30 +0000
committerDavid Robillard <d@drobilla.net>2012-06-13 00:59:30 +0000
commitac68a26a30d9f6917da9c2cab29b6f612648c4d0 (patch)
tree70057487c5aa57b8645438cde65bd761a202880b /NEWS
parentc04965a404e216b34844cce2c93e89f1f0045442 (diff)
downloadjalv-ac68a26a30d9f6917da9c2cab29b6f612648c4d0.tar.gz
jalv-ac68a26a30d9f6917da9c2cab29b6f612648c4d0.tar.bz2
jalv-ac68a26a30d9f6917da9c2cab29b6f612648c4d0.zip
Tolerate loading presets with port values that aren't xsd:decimal (fix #824).
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4499 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 4f0315a..82b1099 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ jalv (9999) unstable;
* Tune UI update rate and ring size based on JACK rate and MIDI buffer size
to handle the handle the maximum message rate the plugin can send.
* Support lv2:sampleRate control ports.
+ * Tolerate loading presets with port values that aren't xsd:decimal
-- David Robillard <d@drobilla.net>