From 5c3e4c419a8bb4060a04b9cb1326bcdefe53109d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 4 Nov 2019 09:24:41 -0500 Subject: reformat changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5acea93 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## [0.1.2] - 2016-06-04 + +### Fixed + +* 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 + +## [0.1.1] - 2016-04-28 + +### Fixed + +* Fix builds + +## [0.1.0] - 2016-04-28 + +### Added + +* Initial release -- cgit v1.2.3-54-g00ecf