NEWS
changeset 61069 aefe89038dd2
parent 61043 0810068379d8
child 61074 44a8cd035dfb
--- a/NEWS	Mon Aug 31 20:56:24 2015 +0200
+++ b/NEWS	Mon Aug 31 21:01:21 2015 +0200
@@ -181,6 +181,14 @@
 
 *** HOL ***
 
+* Some old and rarely used ASCII replacement syntax has been removed.
+INCOMPATIBILITY, standard syntax with symbols should be used instead.
+The subsequent commands help to reproduce the old forms, e.g. to
+simplify porting old theories:
+
+  type_notation Map.map  (infixr "~=>" 0)
+  notation Map.map_comp  (infixl "o'_m" 55)
+
 * Theory Map: lemma map_of_is_SomeD was a clone of map_of_SomeD and has
 been removed. INCOMPATIBILITY.