From af20e3d60583dbc172be7f4a0ee7e51d39803367 Mon Sep 17 00:00:00 2001 From: Timon Date: Sat, 22 Sep 2018 23:03:11 +0200 Subject: [PATCH] Update ReleaseNotes.md --- docs/ReleaseNotes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 63976f2..096b0ec 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -1,3 +1,10 @@ +# Changes crossterm to 0.4.2 +- Added functionality to make a styled object writable to screen [issue 33](https://github.com/TimonPost/crossterm/issues/33) +- Added unit tests. +- Bugfix with getting terminal size unix. +- Bugfix with returning written bytes [pull request 31](https://github.com/TimonPost/crossterm/pull/31) +- removed methods calls: `as_any()` and `as_any_mut()` from `TerminalOutput` + # Bug fix crossterm to 0.4.1 - Fixed resizing of ansi terminal with and height where in the wrong order.