aboutsummaryrefslogtreecommitdiffstats
path: root/core.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-19 02:25:19 +0000
committerDavid Robillard <d@drobilla.net>2011-03-19 02:25:19 +0000
commit2023f959415a4476f5a13730315b0b7df5c5661d (patch)
tree4d2dff89edf08765b190d6ae446e8005c9608a81 /core.lv2
parentf58fdb4dbec63f15059f2d66dcb0f169aa7856af (diff)
downloadlv2-2023f959415a4476f5a13730315b0b7df5c5661d.tar.xz
Update ChangeLog.
Diffstat (limited to 'core.lv2')
-rw-r--r--core.lv2/ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/core.lv2/ChangeLog b/core.lv2/ChangeLog
index 1a4e8a8..c5a91dd 100644
--- a/core.lv2/ChangeLog
+++ b/core.lv2/ChangeLog
@@ -1,12 +1,13 @@
lv2core (UNRELEASED) unstable; urgency=low
* Make doap:license suggested, but not required (for wrappers)
- * Define lv2:binary (must be in manifest.ttl)
- * Define lv2:majorVersion and lv2:minorVersion (must be in manifest.ttl)
- * Add plugin classes lv2:FunctionPlugin and lv2:ConstantPlugin
+ * Define lv2:binary (MUST be in manifest.ttl)
+ * Define lv2:majorVersion and lv2:minorVersion (MUST be in manifest.ttl)
+ * Add lv2:FunctionPlugin and lv2:ConstantPlugin classes
* Move lv2:AmplifierPlugin under lv2:DynamicsPlugin
- * Loosen domain restriction of lv2:optionalFeature and lv2:requiredFeature
+ * Loosen domain of lv2:optionalFeature and lv2:requiredFeature
(to allow re-use in extensions)
+ * Add generic lv2:Resource and lv2:PluginBase classes
* Fix definition of lv2:minimum etc. (used for values, not scale points)
* More precisely define properties with OWL
* Move project metadata to manifest