You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,22 @@
1
1
# Changelog
2
2
3
-
## 0.10.1 / (unreleased)
3
+
## 0.10.2 / (unreleased)
4
+
5
+
### Changes
6
+
7
+
*`cider-current-connection` actually, really considers major mode before `cider-repl-type`.
8
+
9
+
### Bugs fixed
10
+
11
+
*[#1521](https://github.com/clojure-emacs/cider/pull/1521): Don't assume the repl buffer is in the current frame in `cider-repl--show-maximum-output`.
12
+
13
+
## 0.10.1 / 2015-01-05
4
14
5
15
### Changes
6
16
7
17
* Suppress eldoc when the current sexp seems to be too large.
8
18
*[#1500](https://github.com/clojure-emacs/cider/pull/1500): Improve the performance of REPL buffers by using text properties instead of overlays for ANSI coloring.
19
+
*`cider-current-connection` considers major mode before `cider-repl-type`.
0 commit comments