aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-04 09:24:41 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-04 09:24:41 -0500
commit5c3e4c419a8bb4060a04b9cb1326bcdefe53109d (patch)
tree5be06497de3d89e38eb0298c42f2bf06d5baddd0 /CHANGELOG.md
parentb042d63314b891ab5244b4e93cf2e9b1a88fba14 (diff)
downloadvt100-rust-5c3e4c419a8bb4060a04b9cb1326bcdefe53109d.tar.gz
vt100-rust-5c3e4c419a8bb4060a04b9cb1326bcdefe53109d.zip
reformat changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
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