We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5adef4 commit 12d9061Copy full SHA for 12d9061
CHANGELOG.md
@@ -5,6 +5,9 @@
5
### Bugs fixed
6
7
* [#1139](https://github.com/clojure-emacs/cider/issues/1139): Fix evaluation of ns forms and of forms with unevaluated namespaces.
8
+* Replace `assert` with `cl-assert` (we don't use anything from `cl` now).
9
+* [#1135](https://github.com/clojure-emacs/cider/pull/1135): Fix a corner case with locals display in the debugger.
10
+* [#1129](https://github.com/clojure-emacs/cider/issues/1129): Fix occasional `(wrong-type-argument stringp nil)` on clojure-android.
11
12
## 0.9.0 / 2015-06-16
13
0 commit comments