NEWS
changeset 66310 e8d2862ec203
parent 66298 5ff9fe3fee66
child 66345 882abe912da9
--- a/NEWS	Thu Aug 03 07:31:25 2017 +0200
+++ b/NEWS	Wed Aug 02 20:33:39 2017 +0200
@@ -99,9 +99,20 @@
 
 * Deleting the last code equations for a particular function using
 [code del] results in function with no equations (runtime abort) rather
-than an unimplemented function (generate time abort).  Use explicit
+than an unimplemented function (generation time abort).  Use explicit
 [[code drop:]] to enforce the latter.  Minor INCOMPATIBILTIY.
 
+* Proper concept of code declarations in code.ML:
+  - Regular code declarations act only on the global theory level,
+    being ignored with warnings if syntactically malformed.
+  - Explicitly global code declarations yield errors if syntactically malformed.
+  - Default code declarations are silently ignored if syntactically malformed.
+Minor INCOMPATIBILITY.
+
+* Clarified and standardized internal data bookkeeping of code declarations:
+history of serials allows to track potentially non-monotonous declarations
+appropriately.  Minor INCOMPATIBILITY.
+
 
 *** HOL ***