# Changelog This document contains all changes to the crate since version 0.4.3 ## 0.4.10 - Made the links in the crate docs clickable. ## 0.4.9 - Formatted the link to `likely_stable` as an item. ## 0.4.8 - Added more information and context about `hashbrown`s deprecation. ## 0.4.7 - Added notice to README that these functions were removed from `hashbrown` for not helping LLVM consistently. ## 0.4.6 - Lowered the `rust-version` to 1.38.0 by using Rust edition 2015. ## 0.4.5 - Set `rust-version` to 1.56.0, as that patch version is actually also compatible. ## 0.4.4 - Added badges to README.md. - Other minor improvements to README.md. - Set the `rust-version` of the crate to 1.56.1, as found by `cargo-msrv`.