# HG changeset patch # User wenzelm # Date 1507748232 -7200 # Node ID 0746d4781674ccf63978a5b5052f41478a18515d # Parent be08a7691c62f7a6093703ae3a771260b7bbe3ce tuned whitespace; diff -r be08a7691c62 -r 0746d4781674 NEWS --- a/NEWS Wed Oct 11 20:55:11 2017 +0200 +++ b/NEWS Wed Oct 11 20:57:12 2017 +0200 @@ -40,26 +40,29 @@ * 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. - -* Theory HOL-Computational_Algebra.Polynomial_Factorial does not -provide instances of rat, real, complex as factorial rings etc. -Import HOL-Computational_Algebra.Field_as_Ring explicitly in case of -need. INCOMPATIBILITY. - -* Fact mod_mult_self4 (on nat) renamed to mod_mult_self3', to avoid clash -with fact mod_mult_self4 (on more generic semirings). 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. + +* Theory HOL-Computational_Algebra.Polynomial_Factorial does not provide +instances of rat, real, complex as factorial rings etc. Import +HOL-Computational_Algebra.Field_as_Ring explicitly in case of need. +INCOMPATIBILITY. + +* Fact mod_mult_self4 (on nat) renamed to mod_mult_self3', to avoid +clash with fact mod_mult_self4 (on more generic semirings). +INCOMPATIBILITY. * Facts sum.commute(_restrict) and prod.commute(_restrict) renamed to -sum.swap(_restrict) and prod.swap(_restrict), to avoid name clashes -on interpretation of abstract locales. INCOMPATIBILITY. +sum.swap(_restrict) and prod.swap(_restrict), to avoid name clashes on +interpretation of abstract locales. INCOMPATIBILITY. * Predicate pairwise_coprime abolished, use "pairwise coprime" instead. INCOMPATIBILITY. -* Session HOL-Analysis: Moebius functions and the Riemann mapping theorem. +* Session HOL-Analysis: Moebius functions and the Riemann mapping +theorem. + *** System ***