From 9dd04d643a313da5080a2e5d53a0a88484405d0f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 27 Sep 2014 02:59:12 +0000 Subject: Add note about change to API semantics. git-svn-id: http://svn.drobilla.net/sord/trunk@311 3d64ff67-21c5-427c-a301-fe4f08042e5a --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 02519b5..95fe8bd 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,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. + * Add sord_erase() for erasing statements via an iterator + * This release does not break the ABI, but the semantics of iterators has + changed: any modification to a model invalidates iterators on that model. - -- David Robillard Wed, 24 Sep 2014 14:58:49 -0400 + -- David Robillard Fri, 26 Sep 2014 22:57:41 -0400 sord (0.12.2) stable; -- cgit v1.2.1