aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-07 21:15:17 -0500
committerDavid Robillard <d@drobilla.net>2023-02-12 16:11:24 -0500
commit39b2eaebb6639fcb9c291099a0681bf9ea9aac3b (patch)
tree4931c3be6c944f2d90aa85f30c2d0692b050b9a0 /NEWS
parentd6e6dfcc70212ec5cf552e446eb76caae9939426 (diff)
downloadserd-39b2eaebb6639fcb9c291099a0681bf9ea9aac3b.tar.gz
serd-39b2eaebb6639fcb9c291099a0681bf9ea9aac3b.tar.bz2
serd-39b2eaebb6639fcb9c291099a0681bf9ea9aac3b.zip
Check for POSIX features with the build system
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe0d5cca..b9a34beb 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ serd (0.31.0) unstable; urgency=medium
* Allow SERD_API to be defined by the user
* Avoid creating test files in the current directory
* Avoid using ASCII grave as a quote
+ * Check for POSIX features with the build system
* Clean up code
* Fix crash when trying to read chunks without starting
* Fix hang when skipping an error at EOF when lax parsing
@@ -15,7 +16,7 @@ serd (0.31.0) unstable; urgency=medium
* Replace duplicated dox_to_sphinx script with sphinxygen dependency
* Test header for warnings more strictly
- -- David Robillard <d@drobilla.net> Tue, 20 Dec 2022 12:31:33 +0000
+ -- David Robillard <d@drobilla.net> Tue, 07 Feb 2023 23:34:12 +0000
serd (0.30.16) stable; urgency=medium