diff options
| -rw-r--r-- | CHANGES | 5 | ||||
| -rw-r--r-- | etc/release-log.txt | 4 |
2 files changed, 9 insertions, 0 deletions
@@ -127,6 +127,10 @@ *** Fix for directory changes under Windows + We use different low-level cd command that understands Windows syntax. + But since Isabelle functions don't understand Windows syntax, we map + backslashes -> forward slashes there. + *** Bug fix with .thy files and X-Symbol mode Subsequently visited theory files would have X-Symbols broken. @@ -134,6 +138,7 @@ + ** Isar Changes *** Syntax tweaks. diff --git a/etc/release-log.txt b/etc/release-log.txt index 15219d2b..419ad704 100644 --- a/etc/release-log.txt +++ b/etc/release-log.txt @@ -1,3 +1,7 @@ +24.03.00 3.1.1 Release 3-1-1 + Added more fixes for Isabelle and Windows. + Markus's Isar syntax patches. + 23.03.00 3.1 Release 3-1 First version of 3.1 release |
