From 5b8dc8aeb89d5e0a6602b28de1dc383e291f1d4a Mon Sep 17 00:00:00 2001 From: Vitalie Spinu Date: Sat, 26 Aug 2017 13:52:56 +0200 Subject: [PATCH] Document clojure-emacs/cider-nrepl#435 and clojure-emacs/cider-nrepl#436 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 625b8d130..8e22a1926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ * Fix interactive evaluation in cljc buffers with only one connection. * [#2058](https://github.com/clojure-emacs/cider/pull/2058): Don't cache ns-forms in buffers with no such forms. * [#2057](https://github.com/clojure-emacs/cider/pull/2057): Use `cider--font-lock-ensure` for compatibility with Emacs 24.5. +* [cider-nrepl#436](https://github.com/clojure-emacs/cider-nrepl/pull/436): Ensure that `*print-right-margin*` is not ignored by cider-nrepl middleware. +* [cider-nrepl#435](https://github.com/clojure-emacs/cider-nrepl/pull/435): Allow debugging of forms with `#?(:cljs ... :clj ..)` conditionals. * [cider-nrepl#432](https://github.com/clojure-emacs/cider-nrepl/pull/432): Ensure `pprint` is after `load-file`. ## 0.15.0 (2017-07-20)