Skip to content

Commit b9e1cc2

Browse files
committed
[#2946] Move the changelog entry where it belongs
1 parent c3e939f commit b9e1cc2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
### New features
6+
7+
- [#2946](https://github.com/clojure-emacs/cider/issues/2946): Add custom var `cider-merge-sessions` to allow combining sessions in two different ways: Setting `cider-merge-sessions` to `'host` will merge all sessions associated with the same host within a project. Setting it to `'project` will combine all sessions of a project irrespective of their host.
8+
59
## 1.4.1 (2022-05-25)
610

711
## Changes
@@ -17,8 +21,6 @@ JVM-specific code outside of JVM Clojure.
1721
* Do not always perform `undef-all`. Undef only with `C-u` prefix.
1822
* Fix extraction of namespace name.
1923

20-
* [#2946](https://github.com/clojure-emacs/cider/issues/2946): Add custom var `cider-merge-sessions` to allow combining sessions in two different ways: Setting `cider-merge-sessions` to `'host` will merge all sessions associated with the same host within a project. Setting it to `'project` will combine all sessions of a project irrespective of their host.
21-
2224
## 1.4.0 (2022-05-02)
2325

2426
## New features

0 commit comments

Comments
 (0)