Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelmas committed Feb 18, 2024
1 parent c3208f7 commit 80255f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First version to commit to semantic versioning.

## 0.6.1 - 2024-02-18

- `Default` implementation for types accepting `0.0` or `-0.0`
- Fix `Ord` implementation (Stack overflow) and add tests
- New macro `assert_float_eq` that differentiate `0.0` from `-0.0`.
- Improved documentation and tests

## 0.6.0 - 2023-11-15

- `Hash` implementation for all 12 types.
Expand Down

0 comments on commit 80255f1

Please sign in to comment.