summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-13 23:14:04 +0000
committerDavid Robillard <d@drobilla.net>2012-05-13 23:14:04 +0000
commit84ba8d50418b088901c2a36f99a1842e17c8fa33 (patch)
tree508318dec45405d9af66894d09a2769031a6df00 /NEWS
parent54eb7caa4866b151983065385bfd54fc69d0d698 (diff)
downloadsord-84ba8d50418b088901c2a36f99a1842e17c8fa33.tar.gz
sord-84ba8d50418b088901c2a36f99a1842e17c8fa33.tar.bz2
sord-84ba8d50418b088901c2a36f99a1842e17c8fa33.zip
Correctly handle Sord::Node self-assignment.
git-svn-id: http://svn.drobilla.net/sord/trunk@223 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c75df6a..32c4c78 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ sord (9999) unstable;
* sordmm.hpp: Add indices and graphs parameters to Model constructor
* sordmm.hpp: Remove overzealous URI scheme assertion
+ * sordmm.hpp: Correctly handle Sord::Node self-assignment
-- David Robillard <d@drobilla.net>