docs: fix missing breaking changes link (#1416)

This commit is contained in:
Josh McKinney 2024-10-14 07:46:23 -07:00 committed by GitHub
parent e5a7609588
commit 4069aa8274
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -184,6 +184,8 @@ This change simplifies the trait and makes it easier to implement.
### `Frame::size` is deprecated and renamed to `Frame::area` ([#1293])
[#1293]: https://github.com/ratatui/ratatui/pull/1293
`Frame::size` is renamed to `Frame::area` as it's the more correct name.
## [v0.27.0](https://github.com/ratatui/ratatui/releases/tag/v0.27.0)