# Changelog This document contains the changes to the crate since version 0.1.9. ## 0.2.3 - Shink license section in README. ## 0.2.2 - Set `rust-version` to 1.81.0 since if we don't crates.io sets it to 1.56.0 by default, which is too old to compile the crate. ## 0.2.1 - Make the crate derive the `Error` trait even in `no_std`. ## 0.2.0 - Add a `backtrace` function to `TryFromArraySectionError`. ### Breaking changes - The `TryFromArraySectionError` type no longer implements `Clone` and `Copy`.