# HG changeset patch # User blanchet # Date 1506863851 -7200 # Node ID 1e5c7599aa5bd953cdcead6b3ae57e1ce7c57eea # Parent 793e7a9c30c557c23598f8383dfd2b518867ad7c updated NEWS diff -r 793e7a9c30c5 -r 1e5c7599aa5b NEWS --- a/NEWS Sun Oct 01 15:01:39 2017 +0200 +++ b/NEWS Sun Oct 01 15:17:31 2017 +0200 @@ -20,6 +20,9 @@ * SMT module: - The 'smt_oracle' option is now necessary when using the 'smt' method with a solver other than Z3. INCOMPATIBILITY. + - The encoding to first-order logic is now more complete in the presence of + higher-order quantifiers. An 'smt_explicit_application' option has been + added to control this. INCOMPATIBILITY. *** System ***