summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHarold <hhausman@gmail.com>2017-03-09 22:54:32 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-03-10 07:54:32 +0200
commit0830dec1ed81f5b1610508c2db9436a4d8dfa7f3 (patch)
tree5ed748b9f0632807912c0123247f7c4b6384cf66 /CHANGELOG.md
parent4016a9790e1d647548dae8952fda22119856eec2 (diff)
[#1726] Order keys in nrepl message objects (#1956)
In order to have the keys print in a predictable order, we can sort them before printing. Some common keys are treated specially and are always displayed before the rest. This commit also improves the alignment of nrepl message values.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90e5bcb1..85c0498a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
* Introduce `cider-*-global-options` for customizing options that are not related to tasks.
* [#1731](https://github.com/clojure-emacs/cider/issues/1731): Change code in order to use the new `cider.tasks/add-middleware` boot tasks.
* [#1943](https://github.com/clojure-emacs/cider/pull/1943): Add interactive function to flush Compliment caches.
+* [#1726](https://github.com/clojure-emacs/cider/issues/1726): Partial solution; order keys in printed nrepl message objects.
### Changes