Skip to content

Commit

Permalink
Merge pull request #55 from tommilligan/changelog-links
Browse files Browse the repository at this point in the history
chore: add links to changelog
  • Loading branch information
tommilligan committed Feb 15, 2021
2 parents fca630e + 5f4b419 commit 91b9fb0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

## Changed

- Move from `difference` to `diff` for calculating diffs. The exact assertion messages generated may differ from previous versions. (#52, @tommilligan)
- Move from `difference` to `diff` for calculating diffs. The exact assertion messages generated may differ from previous versions. ([#52](https://github.com/colin-kiegel/rust-pretty-assertions/issues/52), [@tommilligan](https://github.com/tommilligan))

## Added

- Support for unsized values (#42, @stanislav-tkach)
- Document the `Comparison` struct, which was previously hidden. This can be used to generate a pretty diff of two values without panicking. (#52, @tommilligan)
- Support for unsized values ([#42](https://github.com/colin-kiegel/rust-pretty-assertions/issues/42), [@stanislav-tkach](https://github.com/stanislav-tkach))
- Document the `Comparison` struct, which was previously hidden. This can be used to generate a pretty diff of two values without panicking. ([#52](https://github.com/colin-kiegel/rust-pretty-assertions/issues/52), [@tommilligan](https://github.com/tommilligan))

## Fixed

- Fix some unhygenic macro expansions (#41, @tommilligan)
- Fix some unhygenic macro expansions ([#41](https://github.com/colin-kiegel/rust-pretty-assertions/issues/41), [@tommilligan](https://github.com/tommilligan))

## Internal

- Test Windows targets in CI (#46, @tommilligan)
- Bump `ansi_term` version to 0.12 (#34, @waywardmonkeys)
- Code health improvements (#34, @waywardmonkeys)
- Test Windows targets in CI ([#46](https://github.com/colin-kiegel/rust-pretty-assertions/issues/46), [@tommilligan](https://github.com/tommilligan))
- Bump `ansi_term` version to 0.12 ([#34](https://github.com/colin-kiegel/rust-pretty-assertions/issues/34), [@waywardmonkeys](https://github.com/waywardmonkeys))
- Code health improvements ([#34](https://github.com/colin-kiegel/rust-pretty-assertions/issues/34), [@waywardmonkeys](https://github.com/waywardmonkeys))

0 comments on commit 91b9fb0

Please sign in to comment.