# Changelog
The format is based on [Keep a Changelog].
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
## [Unreleased]
## [0.3.5] - 2020-02-06
- Implement std::error::Error and Display for Error (PR #29)
- Fix the PartialEq impl of Field. (PR #30)
- Add LowerHex impl for SecretKey and Scalar (PR #32)
- Put signing behind feature flag (PR #33)