From 5dc096aa98908924d0809e64dc80c57372f3c1ea Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 5 Jul 2024 09:23:23 +0300 Subject: [PATCH] Move a changelog entry where it belongs --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4a3a0ed..ed5baa009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ### Bugs fixed +- [#3722](https://github.com/clojure-emacs/cider/pull/3722): Call `cider-docstring--format` after checking argument. + ## 1.15.1 (2024-07-01) ### Changes @@ -17,9 +19,6 @@ - [#3719](https://github.com/clojure-emacs/cider/pull/3719): Remove duplicated keybinding. - Bump the injected `cider-nrepl` to [0.49.1](https://github.com/clojure-emacs/cider-nrepl/blob/master/CHANGELOG.md#0491-2024-06-30). - Reduces the minimal supported Clojure version to 1.10.0 (from 1.10.3). -- [#3722](https://github.com/clojure-emacs/cider/pull/3722): Call `cider-docstring--format` after checking argument - -### Bugs fixed ## 1.15.0 (2024-06-10)