summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2017-07-14 11:51:17 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-07-16 10:47:55 +0300
commit388133c435e80ffa20582468a3f07fde6dd95cc3 (patch)
tree208151d99b9d2f8a340530e14dcfde0ecbcad720 /CHANGELOG.md
parentb185f75f3bde56b6b9ae7f11b68f60323d9d90e7 (diff)
Better connection types retrival
- new function `cider-project-connections-types` - `cider-connection-type-for-buffer` returns "multi" in cljc an cljx
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bf5eeff..8ffa48c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@
* [#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`.
* [#1995](https://github.com/clojure-emacs/cider/pull/1995): Add new customization variable `cider-doc-auto-select-buffer` to control cider-doc popup buffer auto selection.
* Ensure that `cider-switch-to-repl-buffer` picks the most recent repl buffer if multiple connections are available.
+* Add new function `cider-project-connections-types`.
### Changes
@@ -43,6 +44,7 @@
### Bugs Fixed
+* [#2040](https://github.com/clojure-emacs/cider/issues/2040): Fix fontification of conditional expressions in cljc files.
* [#2018](https://github.com/clojure-emacs/cider/issues/2018): Don't delete wrong overlays during code evaluation.
* [#1699](https://github.com/clojure-emacs/cider/issues/1699): Fix "Method code too large!" error that occurred during instrumentation for debugging.
* [#1987](https://github.com/clojure-emacs/cider/issues/1987): Fix: Update faces when disabling a theme