Mention windows binary in realase package

This commit is contained in:
Robert Bendun 2022-10-08 20:41:04 +02:00
parent 145441cead
commit d784da1e8d

View File

@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Added `scan` builtin, which computes prefix sum of passed values when provided with addition operator
* Added [rtmidi](https://github.com/thestk/rtmidi/) dependency which should provide multiplatform MIDI support
* Support for Windows (with only basic REPL)
* Support for Windows (with only basic REPL) (`make os=windows`)
* Release package now with compiled Windows binary
### Changed