summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPaul Landes <landes@mailc.net>2017-07-15 02:36:26 -0500
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-07-15 10:36:26 +0300
commit0c6f998c61668b91ee52ff7a643b84675feebf98 (patch)
tree82be6f6b03b4923bc3a92b60da7b18661d443894 /CHANGELOG.md
parent2f3c9f52c073c9b09a19df2f9dc8657085fa55b8 (diff)
Handle ANSI color REPL evaluation created by Puget (#2021)
Basically we simply apply the ANSI color and discard it, so it would interfere with the `clojure-mode` font-locking we're doing.
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 158c151f..7bf5eeff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@
### Changes
+* Handle ANSI REPL evaluation created by Puget.
* Drop support for Emacs 24.3.
* Don't try to use ssh automatically when connecting to remote hosts and a direct connection fails. See `nrepl-use-ssh-fallback-for-remote-hosts`.
* [#1945](https://github.com/clojure-emacs/cider/pull/1945): Start nREPL servers bound to `::` by default using `cider-jack-in`.