Skip to content

Commit

Permalink
Changelog should say 'changed'
Browse files Browse the repository at this point in the history
  • Loading branch information
gwilymk committed Mar 6, 2024
1 parent 5bdc782 commit ec2bbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<u16>` now accept an `impl Into<Vector2D<u16>>` instead.

## [0.18.1] - 2024/02/06
Expand Down

0 comments on commit ec2bbb3

Please sign in to comment.