|
| 1 | +<a name="v0.29.1"></a> |
| 2 | +# [v0.29.1](https://github.com/aDotInTheVoid/rustdoc-types/releases/tag/v0.29.1) - 2024-08-13 |
| 3 | + |
| 4 | +**Documentation Improvements**: Typo fixes ([rust#128903](https://github.com/rust-lang/rust/pull/128903), [#29](https://github.com/aDotInTheVoid/rustdoc-types/pull/29)). |
| 5 | + |
| 6 | +- Format Version: 33 |
| 7 | +- Upstream Commit: [`b735547025dad853829a7dbf6b6697090e3f657c`](https://github.com/rust-lang/rust/commit/b735547025dad853829a7dbf6b6697090e3f657c) |
| 8 | +- Diff: [v0.29.0...v0.29.1](https://github.com/aDotInTheVoid/rustdoc-types/compare/v0.29.0...v0.29.1) |
| 9 | + |
1 | 10 | <a name="v0.29.0"></a>
|
2 | 11 | # [v0.29.0](https://github.com/aDotInTheVoid/rustdoc-types/releases/tag/v0.29.0) - 2024-08-01
|
3 | 12 |
|
| 13 | +> [!NOTE] |
| 14 | +> Due to a mistake, this version was never published to crates.io. Users can use `v0.29.1` instead. |
| 15 | +
|
4 | 16 | **Breaking Change**: Removed `OpaqueTy`, `ItemKind::OpaqueTy` and `ItemEnum::OpaqueTy`. These were only generated with rarely used nightly features, so almost all documents will be uneffected ([rust#127276](https://github.com/rust-lang/rust/pull/127276)).
|
5 | 17 |
|
6 | 18 | - Format Version: 33
|
|
10 | 22 | <a name="v0.28.1"></a>
|
11 | 23 | # [v0.28.1](https://github.com/aDotInTheVoid/rustdoc-types/releases/tag/v0.28.1) - 2024-08-01
|
12 | 24 |
|
13 |
| -**Documentation Improvements**: The libray is now (almost) entirely documented ([rust#127290](https://github.com/rust-lang/rust/pull/127290))! |
| 25 | +**Documentation Improvements**: The library is now (almost) entirely documented ([rust#127290](https://github.com/rust-lang/rust/pull/127290))! |
14 | 26 |
|
15 | 27 | - Format Version: 32
|
16 | 28 | - Upstream Commit: [`47b76d8d939be6085e9b1f6fc1a4b959346754a6`](https://github.com/rust-lang/rust/commit/47b76d8d939be6085e9b1f6fc1a4b959346754a6)
|
|
31 | 43 | **Breaking Change**: `WherePredicate::RegionPredicate` has been renamed to
|
32 | 44 | `LifetimePredicate`, to avoid compiler-internal terminology. The `bounds` field
|
33 | 45 | has been renamed to `outlives`, and changed from `Vec<GenericBound>` to
|
34 |
| -`Vec<String>`, becuase the only bound that lifetimes can have is that they |
| 46 | +`Vec<String>`, because the only bound that lifetimes can have is that they |
35 | 47 | outlife other lifetimes
|
36 | 48 | ([rust#127289](https://github.com/rust-lang/rust/pull/127289)).
|
37 | 49 |
|
@@ -75,7 +87,7 @@ hand-written information in the changelog, and to make the release process easie
|
75 | 87 | # [v0.23.0](https://github.com/aDotInTheVoid/rustdoc-types/releases/tag/v0.23.0) - 2023-08-23
|
76 | 88 |
|
77 | 89 | **Breaking Change**: `Typedef` has been renamed to `TypeAlias`, as this is what
|
78 |
| -people (and the reference) generaly call these items. ([rust#115078](https://github.com/rust-lang/rust/pull/115078)) |
| 90 | +people (and the reference) generally call these items. ([rust#115078](https://github.com/rust-lang/rust/pull/115078)) |
79 | 91 |
|
80 | 92 | - Format Version: 27
|
81 | 93 | - Upstream Commit: [`c90a5b2019e5a862c8fb5ae39dcf6ad5f4c65b09`](https://github.com/rust-lang/rust/commit/c90a5b2019e5a862c8fb5ae39dcf6ad5f4c65b09)
|
|
0 commit comments