NEWS
changeset 55889 6bfbec3dff62
parent 55875 6478b12b7297
child 55931 62156e694f3d
child 55963 a8ebafaa56d4
--- a/NEWS	Mon Mar 03 22:33:22 2014 +0100
+++ b/NEWS	Mon Mar 03 22:33:22 2014 +0100
@@ -367,6 +367,11 @@
 * Nitpick:
   - Fixed soundness bug whereby mutually recursive datatypes could take
     infinite values.
+  - Fixed soundness bug with low-level number functions such as "Abs_Integ" and
+    "Rep_Integ".
+  - Removed "std" option.
+  - Renamed "show_datatypes" to "show_types" and "hide_datatypes" to
+    "hide_types".
 
 * HOL-Multivariate_Analysis:
   - type class ordered_real_vector for ordered vector spaces
@@ -812,16 +817,16 @@
 INCOMPATIBILITY.
 
 * Nitpick:
-  - Added option "spy"
-  - Reduce incidence of "too high arity" errors
+  - Added option "spy".
+  - Reduce incidence of "too high arity" errors.
 
 * Sledgehammer:
   - Renamed option:
       isar_shrink ~> isar_compress
     INCOMPATIBILITY.
-  - Added options "isar_try0", "spy"
-  - Better support for "isar_proofs"
-  - MaSh has been fined-tuned and now runs as a local server
+  - Added options "isar_try0", "spy".
+  - Better support for "isar_proofs".
+  - MaSh has been fined-tuned and now runs as a local server.
 
 * Improved support for ad hoc overloading of constants (see also
 isar-ref manual and ~~/src/HOL/ex/Adhoc_Overloading_Examples.thy).