2024-02-05 16:58:14 +00:00
|
|
|
# Changelog for haskell-hexstring
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2024-09-04 19:42:08 +00:00
|
|
|
## [0.12.2.0]
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- `FromHttpApiData` instance for Servant integration
|
|
|
|
|
2024-02-05 16:58:14 +00:00
|
|
|
## [0.12.0]
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- CHANGELOG.md
|
|
|
|
- Stack integration
|
2024-02-05 21:18:01 +00:00
|
|
|
- Borsh serialization for `HexString`
|
2024-02-09 19:18:02 +00:00
|
|
|
- `Read` implementation for `HexString`
|
2024-02-05 16:58:14 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Update to Haskell LTS 21.22
|