From 4069aa82745585f53b4b3376af589bb1b6108427 Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Mon, 14 Oct 2024 07:46:23 -0700 Subject: [PATCH] docs: fix missing breaking changes link (#1416) --- BREAKING-CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BREAKING-CHANGES.md b/BREAKING-CHANGES.md index 4792632a..7a395041 100644 --- a/BREAKING-CHANGES.md +++ b/BREAKING-CHANGES.md @@ -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)