summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d32ff9e..95c6098 100644
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,11 @@ sord (0.13.0) unstable;
* Reduce memory usage and increase performance with a better data structure
* Add sord_erase() for erasing statements via an iterator
* Fix bugs with stores that contain both graphs and default graph statements
+ * Fix compilation on compilers that do not support -pthread flag
* This release does not break the ABI, but the semantics of iterators has
- changed: any modification to a model invalidates iterators on that model.
+ changed: any modification to a model invalidates iterators on that model
- -- David Robillard <d@drobilla.net> Mon, 03 Nov 2014 11:43:54 -0500
+ -- David Robillard <d@drobilla.net> Tue, 16 Dec 2014 12:35:54 -0500
sord (0.12.2) stable;