Updated client changelog

This commit is contained in:
Alexandre Paillier
2024-04-15 11:45:10 +02:00
parent 02efe1df14
commit e7e1927ede

View File

@@ -5,13 +5,17 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.4.1] - 2024-04-05 ## [0.4.1] - 2024-04-15
### Added ### Added
- Add new function `send_raw`, allowing to send a raw payload APDU - Add new function `send_raw`, allowing to send a raw payload APDU
- Add new error code definition - Add new error code definition
### Fixed
- Encoding of EIP-712 bytes elements
## [0.4.0] - 2024-04-03 ## [0.4.0] - 2024-04-03
### Added ### Added