From 495326b8e3f8ebbaddcda322b1250b7ffdd0bcaa Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Jun 2016 19:17:47 -0400 Subject: changelog and version bump --- CHANGELOG | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 18404e1..a83a1ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +v0.1.2 2016-06-04 +* Fix returning uninit memory in get_string_formatted/get_string_plaintext +* Handle emoji and zero width unicode characters properly +* Fix cursor positioning with regards to scroll regions and wrapping +* Fix parsing of (ignored) character set escapes +* Explicitly suppress status report escapes + v0.1.1 2016-04-28 * Fix builds diff --git a/Cargo.toml b/Cargo.toml index b3179f7..6e39720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vt100" -version = "0.1.1" +version = "0.1.2" authors = ["Jesse Luehrs "] description = "Library for parsing terminal data" -- cgit v1.2.3-54-g00ecf