diff options
author | David Robillard <d@drobilla.net> | 2019-10-21 00:29:28 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-10-21 01:14:59 +0200 |
commit | 23965e6bb24dc277180a1dac63d46e5789f90abe (patch) | |
tree | 0f7753a5b51da752f372e695d67e3239b501e18a /NEWS | |
parent | a40256d8ed2bc3e098ccc22dfe795ed2ab9ec643 (diff) | |
download | serd-23965e6bb24dc277180a1dac63d46e5789f90abe.tar.gz serd-23965e6bb24dc277180a1dac63d46e5789f90abe.tar.bz2 serd-23965e6bb24dc277180a1dac63d46e5789f90abe.zip |
Serd 0.30.2v0.30.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -serd (0.30.1) unstable; +serd (0.30.2) stable; * Fix GCC 4 build * Fix colliding blank nodes when parsing TriG @@ -6,9 +6,10 @@ serd (0.30.1) unstable; * Fix parsing "a" abbreviation without padding whitespace * Fix parsing TriG graphs with several squashed trailing dots * Fix resolving some URIs against base URIs with no trailing slash + * Improve build system and CI integration * Improve documentation - -- David Robillard <d@drobilla.net> Sat, 30 Mar 2019 11:57:54 +0000 + -- David Robillard <d@drobilla.net> Sun, 20 Oct 2019 22:28:01 +0000 serd (0.30.0) stable; |