Skip to content

Commit

Permalink
chore(release): prepare for 0.24.0 (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored Oct 23, 2023
1 parent 82a0d01 commit c597b87
Show file tree
Hide file tree
Showing 5 changed files with 677 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BREAKING-CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ github with a [breaking change] label.

This is a quick summary of the sections below:

- [Unreleased (v0.24.0)](#unreleased-0240)
- [v0.24.0](#v0240)
- `ScrollbarState`: `position`, `content_length`, and `viewport_content_length` are now `usize`
- `BorderType`: `line_symbols` is now `border_symbols` and returns `symbols::border::set`
- `Frame<'a, B: Backend>` is now `Frame<'a>`
Expand All @@ -31,7 +31,7 @@ This is a quick summary of the sections below:
- MSRV is now 1.63.0
- `List` no longer ignores empty strings

## Unreleased (0.24.0)
## [v0.24.0](https://github.com/ratatui-org/ratatui/releases/tag/v0.24.0)

### ScrollbarState field type changed from `u16` to `usize` ([#456])

Expand Down
Loading

0 comments on commit c597b87

Please sign in to comment.