Skip to content

Commit

Permalink
Fix CHANGELOG.md links to pull-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau authored and michaelwoerister committed Jul 11, 2024
1 parent 9e8274d commit 923cd0e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Unreleased

- Rename `StableHasherResult` to `FromStableHash` (#8)
- Use new-type for returned-hash of `SipHasher128`(`Hash`) (#8)
- Introduce multi hasher support (#8)
- `StableHasher::finish` now returns a small hash instead of being fatal (#6)
- Remove `StableHasher::finalize` (#4)
- Rename `StableHasherResult` to `FromStableHash` [#8][pr8]
- Use new-type for returned-hash of `SipHasher128`(`Hash`) [#8][pr8]
- Introduce multi hasher support [#8][pr8]
- `StableHasher::finish` now returns a small hash instead of being fatal [#6][pr6]
- Remove `StableHasher::finalize` [#4][pr4]
- Import stable hasher implementation from rustc ([db8aca48129](https://github.com/rust-lang/rust/blob/db8aca48129d86b2623e3ac8cbcf2902d4d313ad/compiler/rustc_data_structures/src/))

[pr8]: https://github.com/rust-lang/rustc-stable-hash/pull/8
[pr6]: https://github.com/rust-lang/rustc-stable-hash/pull/6
[pr4]: https://github.com/rust-lang/rustc-stable-hash/pull/4

0 comments on commit 923cd0e

Please sign in to comment.