Skip to content

Commit 923cd0e

Browse files
Urgaumichaelwoerister
authored andcommitted
Fix CHANGELOG.md links to pull-requests
1 parent 9e8274d commit 923cd0e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Unreleased
22

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

0 commit comments

Comments
 (0)