more NEWS;
authorwenzelm
Wed, 02 Oct 2024 11:08:45 +0200
changeset 81098 21faacc45c0c
parent 81097 6c81cdca5b82
child 81099 9dde09c065e1
more NEWS;
NEWS
--- a/NEWS	Wed Oct 02 10:35:44 2024 +0200
+++ b/NEWS	Wed Oct 02 11:08:45 2024 +0200
@@ -28,6 +28,19 @@
 
 *** HOL ***
 
+* Various declaration bundles support adhoc modification of notation,
+notably like this:
+
+  unbundle no_list_syntax
+  unbundle no_listcompr_syntax
+  unbundle no_rtrancl_syntax
+  unbundle no_trancl_syntax
+  unbundle no_reflcl_syntax
+
+This is more robust than individual 'no_syntax' / 'no_notation'
+commands, which need to copy mixfix declarations from elsewhere and thus
+break after changes in the library.
+
 * Theory "HOL.Wellfounded":
   - Removed lemma wellorder.wfP_less. Use wellorder.wfp_on_less instead.
     Minor INCOMPATIBILITIES.