NEWS
changeset 66844 0746d4781674
parent 66843 be08a7691c62
child 66851 c75769065548
--- 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 ***