All notable changes to this library will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
-
- Update to LibreSSL 3.9.1 on Windows (PR #111)
- Fix bug triggered by OpenSSL 3.2.0 (PR #107)
- Change location we download LibreSSL from for Windows users (PR #85)
- Add support for OpenSSL 3.0.x (PR #81)
- Update to work with object capabilities changes in Pony 0.49.0 (PR #69)
- Update to address PonyTest package being renamed (PR #70)
- Remove hardcoding of Visual Studio version (PR #71)
- Support for using ponyup on Windows (PR #66)
- Update to reflect change in type of Env.root (PR #64)
- Add path to Homebrew's LibreSSL on ARM macOS (PR #54)
- Update to compile with ponyc 0.44.0 (PR #49)
- Remove explicit return type from FFI calls (PR #48)
- Declare all FFI functions (PR #47)
- Fix possible memory leak (PR #46)
- Add the ability to load Windows root certificates (PR #38)
- Build Windows libs upon fetch. (PR #36)
- Make Windows installation easier (PR #33)
- Initial version