diff --git a/CHANGELOG.md b/CHANGELOG.md index ff432aff..32d4f19d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixnum now implements [`num::Num`](https://docs.rs/num/0.4/num/trait.Num.html) from the [`num`](https://crates.io/crates/num) crate. - `Default` implementations for `RandomNumberGenerator`, `InitOnce` and `RawMutex`. -### Change +### Changed - A few functions which previously accepted a `Vector` now accept an `impl Into>` instead. ## [0.18.1] - 2024/02/06