-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CHANGELOG.md links to pull-requests
- Loading branch information
1 parent
9e8274d
commit 923cd0e
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |