NEWS
changeset 71733 6c470c918aad
parent 71728 c986a422dee1
child 71736 a2afc7ed2c68
--- a/NEWS	Tue Apr 07 22:13:22 2020 +0200
+++ b/NEWS	Wed Apr 08 13:14:05 2020 +0200
@@ -12,8 +12,14 @@
 * The command-line tool "isabelle console" now supports interrupts
 properly (on Linux and macOS).
 
-* The Isabelle/Scala "Progress" interface has changed slightly and
-"No_Progress" discontinued. INCOMPATIBILITY, use "new Progress" instead.
+* The Isabelle/Scala "Progress" interface changed slightly and
+"No_Progress" has been discontinued. INCOMPATIBILITY, use "new Progress"
+instead.
+
+* General support for Isabelle/Scala system services, configured via the
+shell function "isabelle_scala_service" in etc/settings (e.g. of an
+Isabelle component); e.g. see isabelle.Bibtex.File_Format. This
+supersedes former "isabelle_file_format": minor INCOMPATIBILITY.