diff options
| author | David Robillard <d@drobilla.net> | 2019-03-27 08:47:03 +0100 | 
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2019-03-27 08:47:03 +0100 | 
| commit | c966234c662ae00d85a3ee53964079af2edcbfaf (patch) | |
| tree | 20b7c9f9abf3e667219a69546b4aac89dbaff769 | |
| parent | d9cf6d2063f1f01aa5cf676e0a2fb0b7b7d8122d (diff) | |
| download | lv2-c966234c662ae00d85a3ee53964079af2edcbfaf.tar.xz | |
Add news item for documentation improvements
| -rw-r--r-- | lv2/core/meta.ttl | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index 4752dcb..2aa8049 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -38,6 +38,15 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R  		meta:kfoltman ,  		meta:paniq ;  	doap:release [ +		doap:revision "1.16.1" ; +		doap:created "2019-03-27" ; +		dcs:blame <http://drobilla.net/drobilla#me> ; +		dcs:changeset [ +			dcs:item [ +				rdfs:label "Improve documentation." +			] +		] +	] , [  		doap:revision "1.16.0" ;  		doap:created "2019-02-03" ;  		doap:file-release <http://lv2plug.in/spec/lv2-1.16.0.tar.bz2> ;  |