summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-09-29 02:53:05 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-09-29 02:53:05 +0900
commit957c12e7d702a30c925b6d9c02b6bd07acdaa3ff (patch)
tree97fb938f0fbadd37af3d76613e94b0a1d16737ca /CHANGELOG.md
parent3b5ae0f8a2ccdbad2656109c44ec7fb7322c7a67 (diff)
Fix SEGV when trying to render preview but the window is closed
Close #677
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd978f3e..f5b9954e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
=========
+0.15.3
+------
+- Added support for more ANSI attributes: dim, underline, blink, and reverse
+- Fixed race condition in `toggle-preview`
+
0.15.2
------
- Preview window is now scrollable