updated docs

This commit is contained in:
TimonPost 2018-08-29 22:28:59 +02:00
parent 0578e940bf
commit 4d60ac91b3

View File

@ -1,3 +1,6 @@
# Bug fix crossterm to 0.4.1
- Fixed resizing of ansi terminal with and height where in the wrong order.
# Features / Fixes in crossterm 0.4.0
- Input support (read_line, read_char, read_async, read_until_async)
- Styling module improved