Skip to content

Commit 73566bf

Browse files
committed
Link PR titles directly
1 parent f350c27 commit 73566bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/this-month/2021-04/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3636

3737
In April, we merged the following changes:
3838

39-
- Added XCR0 register ([#239](https://github.com/rust-osdev/x86_64/pull/239)) <span class="gray">(published as `v0.13.5`)</span>
40-
- _Breaking:_ Fixes for x86-interrupt calling convention ([#242](https://github.com/rust-osdev/x86_64/pull/242)) <span class="gray">(published as `v0.14.0`)</span>
41-
- Fix some warnings ([#243](https://github.com/rust-osdev/x86_64/pull/243))
42-
- Add `sidt` support ([#246](https://github.com/rust-osdev/x86_64/pull/246))
43-
- Fix `Debug` and `PartialEq` implementations for `IDT` entry type ([#249](https://github.com/rust-osdev/x86_64/pull/249))
44-
- Looser trait bounds for `Port` types ([#247](https://github.com/rust-osdev/x86_64/pull/247))
39+
- [Added XCR0 register](https://github.com/rust-osdev/x86_64/pull/239) <span class="gray">(published as `v0.13.5`)</span>
40+
- _Breaking:_ [Fixes for x86-interrupt calling convention](https://github.com/rust-osdev/x86_64/pull/242) <span class="gray">(published as `v0.14.0`)</span>
41+
- [Fix some warnings](https://github.com/rust-osdev/x86_64/pull/243)
42+
- [Add `sidt` support](https://github.com/rust-osdev/x86_64/pull/246)
43+
- [Fix `Debug` and `PartialEq` implementations for `IDT` entry type](https://github.com/rust-osdev/x86_64/pull/249)
44+
- [Looser trait bounds for `Port` types](https://github.com/rust-osdev/x86_64/pull/247)
4545

4646
Thanks to [@Luis-Hebendanz](https://github.com/Luis-Hebendanz), [@CraftSpider](https://github.com/CraftSpider), and [@dbeckwith](https://github.com/dbeckwith) for their contributions!
4747

0 commit comments

Comments
 (0)