* Recovered hiding of consts;
authorwenzelm
Fri, 13 Jun 2008 21:04:07 +0200
changeset 27191 0fe5b95797da
parent 27190 431f695fc865
child 27192 005d4b953fdc
* Recovered hiding of consts;
NEWS
--- a/NEWS	Fri Jun 13 20:57:51 2008 +0200
+++ b/NEWS	Fri Jun 13 21:04:07 2008 +0200
@@ -6,6 +6,10 @@
 
 *** Pure ***
 
+* Recovered hiding of consts, which was accidentally broken in
+Isabelle2007.  Potential INCOMPATIBILITY, ``hide const c'' really
+makes c inaccessible; consider using ``hide (open) const c'' instead.
+
 * Command 'instance': attached definitions now longer accepted.
 INCOMPATIBILITY, use proper 'instantiation' target.