mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 20:53:19 +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
|
* Add `TermionBackend::with_stdout` in order to let an user of the library
|
||||||
provides its own termion struct
|
provides its own termion struct
|
||||||
* Add tests and documentation for `Buffer::pos_of`
|
* Add tests and documentation for `Buffer::pos_of`
|
||||||
|
* Remove leading whitespaces when wrapping text
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Fix `debug_assert` in `Buffer::pos_of`
|
* Fix `debug_assert` in `Buffer::pos_of`
|
||||||
* Pass the style of `SelectableList` to the underlying `List`
|
* 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
|
## v0.2.0 - 2017-12-26
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue