all repos — min @ 3e33d91cada9f5aa369230a9b72a4a2c44b4f943

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
### New Features

* Implemented new `xml` module to work with XML content (addresses #21).
* Fixed month index in `timeinfo` and `to-timestamp` symbols (each month number was increased by 1); addresses #186.
* `--dev` is not automatically set when running min interactively.

### Fixes and Improvements

* Fixed OpenSSL support on Windows.