mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
Update CHANGELOG
This commit is contained in:
parent
dd2bf0ad13
commit
c3acac797a
1 changed files with 2 additions and 0 deletions
|
@ -7,9 +7,11 @@
|
|||
* Add `AlternateScreenBackend` in `termion` backend
|
||||
* Add `TermionBackend::with_stdout` in order to let an user of the library
|
||||
provides its own termion struct
|
||||
* Add tests and documentation for `Buffer::pos_of`
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fix `debug_assert` in `Buffer::pos_of`
|
||||
* Pass the style of `SelectableList` to the underlying `List`
|
||||
|
||||
## v0.2.0 - 2017-12-26
|
||||
|
|
Loading…
Reference in a new issue