summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-09 16:37:59 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-06-10 17:35:59 -0400
commit37d278c80d1a8c5b6a88b4a5f4a912e7edaac1c3 (patch)
tree2638e4074fb44548207dd4bf52e7719a5bd9be1c /NEWS
parent629824db3911ab11ae286e4b14151a537602ba5a (diff)
Some news about API changes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f0159f4a1..9f3e12562 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ Changes since 1.3
should now (correctly) default to the same as the input language
(if the input language is supported as an output language), or the
"CVC4" native output language if no input language setting is applied.
+* The SmtEngine cannot be safely copied with the copy constructor.
+ Previous versions inadvertently permitted clients to do this via the
+ API. This has been corrected, copy and assignment of the SmtEngine
+ is no longer permitted.
Changes since 1.2
=================
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback