all repos — min @ 7c14158611ecb9d23761bc5195b33f528760b72a

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.