Update HISTORY.
Chris Pressey
6 years ago
7 | 7 | * The first command-line argument being `test` for compatibility with |
8 | 8 | previous versions of `falderal` has been removed. |
9 | 9 | * Massive internal refactor of block-parsing and test-extraction code. |
10 | * Supports a new format for test blocks, called "freestyle", where if | |
11 | the last few lines of a block are prefixed with `=> ` or `==> ` or | |
12 | `===> ` or `?> ` or `??> ` or `???> `, the preceding part of the | |
13 | block needs no prefixes at all, and it is simply treated as one | |
14 | verbatim test body. | |
10 | 15 | |
11 | 16 | Version 0.10 "Shedd Aquarium" (current released version): |
12 | 17 |