NEWS
changeset 69586 9171d1ce5a35
parent 69585 0484086194ce
child 69588 2b85a9294b2a
--- a/NEWS	Thu Jan 03 21:04:16 2019 +0100
+++ b/NEWS	Thu Jan 03 21:06:39 2019 +0100
@@ -32,7 +32,9 @@
 without additional spaces, eg "(*)" instead of "( * )".
 
 * Mixfix annotations may use cartouches instead of old-style double
-quotes, e.g. (infixl \<open>+\<close> 60).
+quotes, e.g. (infixl \<open>+\<close> 60). The command-line tool "isabelle update -u
+mixfix_cartouches" allows to update existing theory sources
+automatically.
 
 * ML setup commands (e.g. 'setup', 'method_setup', 'parse_translation')
 need to provide a closed expression -- without trailing semicolon. Minor