diff options
author | David Robillard <d@drobilla.net> | 2008-01-27 07:49:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-27 07:49:37 +0000 |
commit | 6de587b04154f2efdc2a94c0a78225f7adc88ff9 (patch) | |
tree | a25b1b2e1e80fe8d7fe9a16336d9077d3b0d64b2 /ChangeLog | |
parent | 6f4460aee9962a49ae872eef42ba75a439ea6e59 (diff) | |
download | lilv-6de587b04154f2efdc2a94c0a78225f7adc88ff9.tar.gz lilv-6de587b04154f2efdc2a94c0a78225f7adc88ff9.tar.bz2 lilv-6de587b04154f2efdc2a94c0a78225f7adc88ff9.zip |
Packaging stuff.
Add scale points API.
Display scale points in lv2_inspect.
Fix bugs resulting in returning empty collections.
git-svn-id: http://svn.drobilla.net/lad/slv2@1114 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ +slv2 (0.6.0) unstable; urgency=low + + * Rework API to reduce dependence of SLV2 on specific LV2 features + * Use SLV2Value most everywhere in the API for performance reasons + * Typical use case performance improvements + * Add support for scale points + * *** API BREAK *** + + -- Dave Robillard <dave@drobilla.net> Sat, 26 Jan 2008 23:36:52 -0500 + slv2 (0.5.0) unstable; urgency=low * Update LV2 UI header (API break) - * *** API BREAK *** (Interface version 7) + * *** API BREAK *** -- Dave Robillard <dave@drobilla.net> Thu, 17 Jan 2008 18:34:29 -0500 |