diff options
| author | David Aspinall | 2000-03-24 10:07:57 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-03-24 10:07:57 +0000 |
| commit | 486594dd64cf97eae08297e8464ce75b81446ff3 (patch) | |
| tree | ffbc3c986b255599c37f53566def4166aa92d2d1 | |
| parent | 7464db2928a2d1004741112ebfb8c969824737ae (diff) | |
Notes about upcoming 3.1.1 changes
| -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 |
