diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e3af3..ece7275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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