Update HISTORY.
Chris Pressey
5 years ago
9 | 9 | * The `bound?` predicate was added to env lib in stdlib. |
10 | 10 | * The `require` top-level form was added. |
11 | 11 | * The `write` command was added to the definition of `line-terminal`. |
12 | * Added `random-source` facility to reactors in reference implementation. | |
13 | * Fixed shortcomings in `<` and `>` when operating on large numbers | |
12 | * The `random-u16-source` facility was added to the Reactors | |
13 | specification and to the reference implementation. | |
14 | * Fixed shortcomings in `<` and `>` where operating on large numbers | |
14 | 15 | would give incorrect results (thanks wob_jonas!) |
15 | 16 | * Clarified what Robin borrows from PicoLisp (thanks arseniiv!) |
16 | 17 |