# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased] ### Changed - Renamed [`Float`](https://docs.rs/float-dbg/0.3.2/float_dbg/trait.Float.html) to [`FloatDbg`](https://docs.rs/float-dbg/0.4.0/float_dbg/trait.Float.html) to avoid conflict with [`num_traits::float::Float`](https://docs.rs/num-traits/latest/num_traits/float/trait.Float.html). --- **All history up to version 0.3.2 is not documented.** ## [0.3.2] - 2022-01-20 ## [0.3.1] - 2022-01-20 ## [0.3.0] - 2022-01-20 ## [0.2.0] - 2022-01-20 ## [0.1.1] - 2022-01-19 ## [0.1.0] - 2022-01-19 [Unreleased]: https://github.com/FedericoStra/float-dbg/compare/v0.3.2...HEAD [0.3.2]: https://github.com/FedericoStra/float-dbg/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/FedericoStra/float-dbg/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/FedericoStra/float-dbg/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/FedericoStra/float-dbg/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/FedericoStra/float-dbg/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/FedericoStra/float-dbg/releases/tag/v0.1.0