diff options
author | David Robillard <d@drobilla.net> | 2023-05-05 13:29:20 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-05 13:40:29 -0400 |
commit | 5b1b8f450e882f7cd80f2ba2a44ee781cf599a20 (patch) | |
tree | 0ad40bf1754367ae461ad9b3aaffe64ec74d3a29 /NEWS | |
parent | 23434e047960f5bdb4fdc8e643daf5f4ad36dd5e (diff) | |
download | serd-5b1b8f450e882f7cd80f2ba2a44ee781cf599a20.tar.gz serd-5b1b8f450e882f7cd80f2ba2a44ee781cf599a20.tar.bz2 serd-5b1b8f450e882f7cd80f2ba2a44ee781cf599a20.zip |
Add options to disable html or singlehtml documentation
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ serd (0.31.5) unstable; urgency=medium * Add Windows path separator support to serd_node_new_file_uri() * Add long "help" and "version" options to serdi + * Add options to disable html or singlehtml documentation * Add serd_reader_skip_until_byte() to public API * Allow SERD_API to be defined by the user * Avoid creating test files in the current directory @@ -29,7 +30,7 @@ serd (0.31.5) unstable; urgency=medium * Test header for warnings more strictly * Update standard test suites - -- David Robillard <d@drobilla.net> Wed, 03 May 2023 19:48:35 +0000 + -- David Robillard <d@drobilla.net> Fri, 05 May 2023 17:28:53 +0000 serd (0.30.16) stable; urgency=medium |