mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 12:43:16 +00:00
Update CHANGELOG
This commit is contained in:
parent
36dea8373f
commit
4c356c5077
1 changed files with 3 additions and 0 deletions
|
@ -8,11 +8,14 @@
|
|||
* 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`
|
||||
* Remove leading whitespaces when wrapping text
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fix `debug_assert` in `Buffer::pos_of`
|
||||
* Pass the style of `SelectableList` to the underlying `List`
|
||||
* Fix missing character when wrapping text
|
||||
* Fix panic when specifying layout constraints
|
||||
|
||||
## v0.2.0 - 2017-12-26
|
||||
|
||||
|
|
Loading…
Reference in a new issue