all repos — min @ 324b9e63cba310ae6f9ef2555ac48d16e05a9b1c

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
### BREAKING CHANGES

- renamed `ROOT` symbol to `global`. Also the built-in `lang` module is now called `global`.

### New Features

- Upgraded OpenSSL to v3.2.0
- It is now possible to install, uninstall, and update modules by specifying them via `<name>@<version>`.


### Fixes and Improvements