# Changelog 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). ## [Unreleased] ## 0.1.6 ### Added - `icrc3` and `icrc21` types. ## 0.1.5 - Use candid 0.10 ## 0.1.4 - Types derive `serde::Serialize`. ## 0.1.3 - Add `icrc3` module. ## 0.1.2 - Change ICRC-1 Account to use the standard ICRC-1 Textual Representation. ## 0.1.1 ## 0.1.0 ### Added - `icrc1` and `icrc2` types. - The `Value` type and the algorithm to compute its hash. ### Changed - Updated candid library to the latest version.