summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNeil Okamoto <neil.okamoto@gmail.com>2017-12-20 02:12:17 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-12-20 10:12:17 +0000
commitad0c997140dc5128407284318e46a34348b06125 (patch)
tree7309b500c987b02e33c57dcc0e2141ede68c1c56 /CHANGELOG.md
parentc908e8d0ddcb8171b23b98f8b9f722156d0e1f62 (diff)
[Fix #2144] Create a docker image to mimic the TravisCI environment (#2145)
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 651e9d2c..32ed8625 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
* [#2111](https://github.com/clojure-emacs/cider/pull/2111): Add `cider-pprint-eval-last-sexp-to-comment` and `cider-pprint-eval-defun-to-comment`.
* Add a REPL shortcut for `cider-repl-require-repl-utils` (this makes it easy to require common functions like `doc`, `source`, etc. in REPL buffers).
* [#2112](https://github.com/clojure-emacs/cider/issues/2112): Add a new interactive command `cider-find-keyword` (bound to `C-c C-:`).
+* [#2144](https://github.com/clojure-emacs/cider/issues/2144): Create a Docker image to mimic the Travis environment
### Changes