Skip to content

Commit fda20e1

Browse files
committed
Fill out changelog entry for v0.56.0
1 parent 3e7910e commit fda20e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<a name="v0.56.0"></a>
22
# [v0.56.0](https://github.com/rust-lang/rustdoc-types/releases/tag/v0.56.0) - 2025-09-05
33

4-
TODO: Changelog.
4+
**Breaking Change**: Add `ItemKind::Attribute` variant
5+
([rust#142472](https://github.com/rust-lang/rust/pull/142472)).
56

67
- Format Version: 56
78
- Upstream Commit: [`ab0ee84eac9732e4e81e559c688846b4c1bd400a`](https://github.com/rust-lang/rust/commit/ab0ee84eac9732e4e81e559c688846b4c1bd400a)
@@ -12,7 +13,7 @@ TODO: Changelog.
1213

1314
**Breaking Change**: Add `Attribute::MacroUse` variant.
1415
This means `#[macro_use]` is no longer represented by `Attribute::Other`
15-
((rust#144700)[https://github.com/rust-lang/rust/pull/144700]).
16+
([rust#144700](https://github.com/rust-lang/rust/pull/144700)).
1617

1718
- Format Version: 55
1819
- Upstream Commit: [`a33e084afe698e0a025211abd6dc1c9a4bb22e9d`](https://github.com/rust-lang/rust/commit/a33e084afe698e0a025211abd6dc1c9a4bb22e9d)
@@ -23,7 +24,7 @@ This means `#[macro_use]` is no longer represented by `Attribute::Other`
2324

2425
**Breaking Change**: Change `Item::attrs` from `Vec<String>` to
2526
`Vec<Attribute>`. `Attribute` is a new enum that contains variants for different
26-
attributes, and a catch-all `Other` varient. This will mean rustdoc-json
27+
attributes, and a catch-all `Other` variant. This will mean rustdoc-json
2728
consumers won't need to parse common attributes. Changes to the stringified
2829
representation in `Attribute::Other` won't cause a new `FORMAT_VERSION`
2930
([rust#142936](https://github.com/rust-lang/rust/pull/142936)).

0 commit comments

Comments
 (0)