forked from scribble/scribble-java
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGES
More file actions
27 lines (16 loc) · 727 Bytes
/
CHANGES
File metadata and controls
27 lines (16 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Scribble 0.4
---
- Updated scribblec script interface: check
./scribblec --help
for new usages.
- The core tooling has been refactored to support an alternative validation
method. To obtain more details on safety/progress errors, use the -V
command line flag.
N.B. the -oldwf command line flag allows to use only the well-formedness
from the previous version of the tool. Warning: no guarantees are offered
when validating newer Scribble features using -oldwf.
- Most Scribble demos that were previously in
modules/core/src/test/scrib/demo
have been relocated to
modules/demos/scrib/
Some demo files have also been renamed or repackaged.