rustls-0.1.0.0: CHANGELOG.md
# Revision history for rustls ## 0.1.0.0 -- 06.04.2024 * Use rustls-ffi 0.13.0, including new functionality (like recovactions) * Only support GHC >= 9.2 * `Backend` is now a record instead of a type class ## 0.0.1.0 -- 12.03.2022 * Use rustls-ffi 0.9.2 * Use `ConstPtr` on GHC 9.6.1 * Report `LogCallback` exceptions via uncaught exception handler ## 0.0.0.0 -- 24.06.2022 * Initial release