summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-05-31 08:51:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-05-31 08:51:12 +0200
commit0d4790ae071990d18883c0fb799b938ff53b5c62 (patch)
tree4dc70e86d3461c406ebb33fa2df8a375b1359a4d /NEWS
parent4515aa99a3397e97f1565117ffd5b8c4741115e0 (diff)
Require explicit keep_dom flag to maintain association in copies
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aa34222..16c87cf 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@ C++/Tree
strings. This can be useful if your documents contain a large number
of repetitive strings.
+ * To get the DOM association in the copy of an object model tree one
+ now needs to explicitly pass the keep_dom flag as the second argument
+ to the copy constructor or clone() function.
+
Version 3.3.0
* New option, --char-encoding, allows you to specify the character encoding