emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 20a69c76a5 6/7: Update changelog


From: ELPA Syncer
Subject: [nongnu] elpa/cider 20a69c76a5 6/7: Update changelog
Date: Fri, 11 Feb 2022 03:58:05 -0500 (EST)

branch: elpa/cider
commit 20a69c76a537fcc07d5cd4e76537a231aa694462
Author: Quek Yu Han <qythium@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Update changelog
---
 CHANGELOG.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e6f58c7d7..c39f6f0d49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 * [#3127](https://github.com/clojure-emacs/cider/pull/3040): Strip all 
exec-opts flags (`-A` `-M` `-T` `-X`) if they exist in 
`cider-clojure-cli-aliases`. Also addresses a duplicate `:` in the generated 
`clj` command.
 * Enable `cider-enrich-classpath` by default.
+* [#3148](https://github.com/clojure-emacs/cider/pull/3148): Display error 
messages in multiline comment eval results, and in result overlays when 
`cider-show-error-buffer` is set to nil.
 
 ### Bugs fixed
 
@@ -13,6 +14,7 @@
   * Remember: at the moment the enrich-classpath is disabled by default. It 
will soon be enabled again. If you wish to try it out, you can customize 
`cider-enrich-classpath` to `t`.
   * Also remember: for it to work, on Linux, you'll also have to do something 
like `sudo apt install openjdk-11-source` (depending on your package manager 
and JDK of choice).
 * [#3145](https://github.com/clojure-emacs/cider/pull/3145): Allow fallback to 
other `xref` backends if cider-nrepl is not loaded.
+* [#3148](https://github.com/clojure-emacs/cider/pull/3148): Fix eval result 
overlays at point inheriting the faces of following text.
 
 ## 1.2.0 (2021-12-22)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]