Update HISTORY file with these recent changes.
Chris Pressey
1 year, 1 month ago
5 | 5 | This file is distributed under a 2-clause BSD license. See LICENSES/ dir. |
6 | 6 | SPDX-License-Identifier: LicenseRef-BSD-2-Clause-X-Robin |
7 | 7 | --> |
8 | ||
9 | Robin 0.8-2024.03xx | |
10 | ------------------- | |
11 | ||
12 | A minor release, with no changes to the language. | |
13 | In the distribution, however, | |
14 | ||
15 | * Licensing info was arranged to follow the REUSE 3.0 | |
16 | convention. This allowed more specific indication | |
17 | of which files were BSD licensed and which were in | |
18 | the public domain. In addition the copyright date | |
19 | was updated and the third clause was dropped from | |
20 | the BSD license (making it the 2-Clause BSD license.) | |
21 | * Replaced the Makfile with `build.sh` and `clean.sh` | |
22 | scripts. These continue to use `cabal` and `hastec`, | |
23 | if available, to build `robin.exe` and the JavaScript | |
24 | version. | |
8 | 25 | |
9 | 26 | Robin 0.8-2021.1231 |
10 | 27 | ------------------- |