summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-10 06:59:20 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-10 07:00:48 -0700
commit7efd6f592526b640c18afdab69a80f008a2723f6 (patch)
tree373a3597bb288d7cd5531f4e46159fa3aaea1206 /CHANGELOG.md
parent89a62e3a4b8d246f6425f02706404d870df1bde5 (diff)
[Fix #1656] Apply ansi colors to output when doing eval and print
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08dd7779..2cfdcf58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
an individual test using `C-c C-t t`.
* Fix buffer closing in `cider-close-ancillary-buffers`.
* Dynamic font-locking is also refreshed when a file's namespace depends on a namespace that was changed, so the traced-face should be immediately updated even on functions from another namespace.
+* [#1656](https://github.com/clojure-emacs/cider/issues/1656): Apply ansi colors to output when doing eval and print.
### New Features