NEWS
changeset 59926 003dbac78546
parent 59903 9d70a39d1cf3
child 59936 b8ffc3dc9e24
--- a/NEWS	Sat Apr 04 21:30:58 2015 +0200
+++ b/NEWS	Sat Apr 04 22:01:30 2015 +0200
@@ -6,6 +6,23 @@
 
 *** General ***
 
+* Local theory specifications may have a 'private' modifier to restrict
+name space accesses to the current local scope, as delimited by "context
+begin ... end". For example, this works like this:
+
+  context
+  begin
+
+  private definition ...
+  private definition ...
+  private lemma ...
+
+  lemma ...
+  lemma ...
+  theorem ...
+
+  end
+
 * Command 'experiment' opens an anonymous locale context with private
 naming policy.