all repos — min @ ebd8deb4fc5e949348e9cba62dc0a3d8e079b6bb

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.