summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-05-23 00:22:36 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-05-23 00:22:36 +0300
commita82bfbebe8c3e470321ec79df5c08d49f3709bb1 (patch)
tree678df7014d8349bab946e5bc88fc213243ca0aa4 /CHANGELOG.md
parentec2a10b7a3d249c4affbf2a959fdfe6718470824 (diff)
[Fix #1991] Make it possible to disable the prompt to open a ClojureScript in a
browser on connect
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 587ccfa7..2f3e104d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
* [#1726](https://github.com/clojure-emacs/cider/issues/1726): Order keys in printed nrepl message objects.
* [#1832](https://github.com/clojure-emacs/cider/issues/1832): Add new customization variable `cider-eldoc-display-context-dependent-info` to control showing eldoc info for datomic query input parameters.
* Make it possible to disable auto-evaluation of changed ns forms via the defcustom `cider-auto-track-ns-form-changes`.
+* [#1991](https://github.com/clojure-emacs/cider/issues/1832): Make it possible to disable the prompt to open a ClojureScript in a browser on connect via `cider-offer-to-open-cljs-app-in-browser`.
### Changes