# 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] ## [0.4.3] - 2024-02-04 ### Fixed - Skip testing `_fma` functions when `std` or `libm` features are absent. ## [0.4.2] - 2024-02-04 ### Added - Allow `let` keyword in `horner!`, `horner_fma!`, `estrin!`, and `estrin_fma!` macros to evaluate the argument only once. ## [0.4.1] - 2024-02-03 ### Fixed - Recursive call in macro `estrin_fma!`. ## [0.4.0] - 2024-01-29 ### Added - Features `num` and `limb`, forwarded to `num-traits`. ### Changed - The crate can now be `no-std`. ## [0.3.1] - 2024-01-29 ### Changed - Removed unnecessary `Copy` trait bound in `horner_array`. ## [0.3.0] - 2024-01-29 ### Added - Functions `horner` and `horner_array`. ## [0.2.0] - 2024-01-29 ### Added - Macro `estrin!`. - Macro `estrin_fma!`. ## [0.1.2] - 2024-01-26 ### Added - Macro `horner_fma!`. ## [0.1.1] - 2024-01-26 ### Fixed - Recursive macro call, using `$crate::`. ## [0.1.0] - 2024-01-26 ### Added - Macro `horner!`. [Unreleased]: https://github.com/FedericoStra/polyeval/compare/v0.4.3...HEAD [0.4.3]: https://github.com/FedericoStra/polyeval/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/FedericoStra/polyeval/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/FedericoStra/polyeval/compare/v0.4.1...v0.4.1 [0.4.1]: https://github.com/FedericoStra/polyeval/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/FedericoStra/polyeval/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/FedericoStra/polyeval/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/FedericoStra/polyeval/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/FedericoStra/polyeval/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/FedericoStra/polyeval/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/FedericoStra/polyeval/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/FedericoStra/polyeval/releases/tag/v0.1.0