aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
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
parentb042d63314b891ab5244b4e93cf2e9b1a88fba14 (diff)
downloadvt100-rust-5c3e4c419a8bb4060a04b9cb1326bcdefe53109d.tar.gz
vt100-rust-5c3e4c419a8bb4060a04b9cb1326bcdefe53109d.zip
reformat changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG12
1 files changed, 0 insertions, 12 deletions
diff --git a/CHANGELOG b/CHANGELOG
deleted file mode 100644
index a83a1ed..0000000
--- a/CHANGELOG
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-
-v0.1.0 2016-04-28
-* Initial release