All notable changes to the Pony compiler and standard library will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
- Clone repositories recursively to support submodules (PR #112)
- Stop building binary packages for Ubuntu Artful
- Stop building binary packages for Ubuntu Trusty
- Stop building binary packages for Debian Jessie
- Stop building binary packages for Ubuntu Cosmic
- Don't process already-seen paths (PR #97)
- Resolve Local Dependencies From Bundle Path (PR #78)
- No user facing changes in this release
- No user facing changes in this release
- Add support for gitlab (PR #69)
- Update usage of Env.exitcode to be compatible with ponyc 0.22.x (PR #56)
- Fixed issue with the way the
.deps
directory is updated to avoid problems with non-master versions
- Fix possible illegal instruction core dump when using prebuilt ponyc binaries (PR #45)
- Add
version
command line option (PR #44)
- Fix invalid separator in PONYPATH for Windows. (PR #32)
- Display an error message when add subcommand cannot be found (PR #39)