Skip to content

Commit

Permalink
Add missing changelog for #203.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaj committed Oct 11, 2024
1 parent 8e83d35 commit c19273f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ project adheres to
Some will probably be made public after some stabilization period.
* The `Debug` trait for `Error` is now the standard derived impl,
to get the pretty output, use the `Display` trait.
* All numbers are now represented as f64 (#203).
This removes integration with `num-rational`, `num-bigint`,
`num-integer` and `num-traits`.

### Other changes:

Expand Down

0 comments on commit c19273f

Please sign in to comment.