aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-01 14:15:49 +0100
committerDavid Robillard <d@drobilla.net>2021-01-01 17:48:20 +0100
commit4a54d784af0bec03fdc1f9889157a8c653969db9 (patch)
tree2c94dec6c4369a9a341cf9da4f4dbcce28cd77cf /NEWS
parentd101d926946a5e8067a90d157b6553aae7bddc19 (diff)
downloadserd-4a54d784af0bec03fdc1f9889157a8c653969db9.tar.gz
serd-4a54d784af0bec03fdc1f9889157a8c653969db9.tar.bz2
serd-4a54d784af0bec03fdc1f9889157a8c653969db9.zip
Remove the need for a generated configuration header
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5e9d68e3..5dbf37fb 100644
--- a/NEWS
+++ b/NEWS
@@ -5,11 +5,12 @@ serd (0.30.7) unstable;
* Fix potential memory error when serialising URIs
* Move headers to an include directory
* Refuse to write relative URI references to NTriples
+ * Remove the need for a generated configuration header
* Remove use of C character class functions that may use locale
* Split up and reorganize unit tests
* Use aligned allocation via C11 or Windows API where possible
- -- David Robillard <d@drobilla.net> Thu, 17 Dec 2020 09:09:31 +0000
+ -- David Robillard <d@drobilla.net> Fri, 01 Jan 2021 13:16:40 +0000
serd (0.30.6) stable;