aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md (renamed from CHANGELOG)17
1 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG.md
index a83a1ed..5acea93 100644
--- a/CHANGELOG
+++ b/CHANGELOG.md
@@ -1,12 +1,23 @@
-v0.1.2 2016-06-04
+# 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
-v0.1.1 2016-04-28
+## [0.1.1] - 2016-04-28
+
+### Fixed
+
* Fix builds
-v0.1.0 2016-04-28
+## [0.1.0] - 2016-04-28
+
+### Added
+
* Initial release