Skip to content

Commit 12d9061

Browse files
committed
Mention recent bugfixes in the changelog
1 parent c5adef4 commit 12d9061

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
### Bugs fixed
66

77
* [#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.
811

912
## 0.9.0 / 2015-06-16
1013

0 commit comments

Comments
 (0)