Changelog for saltine-0.1.1.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
[Unreleased]
[0.1.1.1] - 2021-01-15
Changed
- Fix for running tests in
cabal repl
(thanks [@timds]) - Allow newer profunctors
[0.1.1.0] - 2020-02-29
Added
- bindings to generichash (Blake2), thanks @donatello
Changed
- Don't use
fail
in tests to fix compilation with GHC 8.8 - Windows install instructions added, thanks @tmcl