Update CHANGELOG

This commit is contained in:
Florian Dehau 2018-04-01 18:58:53 +02:00
parent 36dea8373f
commit 4c356c5077

View file

@ -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