Skip to content

Commit 67b0403

Browse files
committed
Release 3.2.0
1 parent 8ac47af commit 67b0403

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

33
## master (unreleased)
44

5+
## 3.2.0 (2022-07-15)
6+
57
### New features
68

7-
* [#168](https://github.com/clojure-emacs/inf-clojure/pull/197): Helper function `inf-clojure-switch-to-recent-buffer` to select the last buffer an inf-clojure process buffer was swapped to from.
8-
* [#187](https://github.com/clojure-emacs/inf-clojure/pull/197): Defcustom `inf-clojure-enable-eldoc` to disable eldoc interaction.
9+
* [#168](https://github.com/clojure-emacs/inf-clojure/pull/197): New helper function `inf-clojure-switch-to-recent-buffer` to select the last buffer an inf-clojure process buffer was swapped to from.
10+
* [#187](https://github.com/clojure-emacs/inf-clojure/pull/197): New defcustom `inf-clojure-enable-eldoc` to disable eldoc interaction.
11+
12+
### Bugs fixed
13+
14+
* [#185](https://github.com/clojure-emacs/inf-clojure/issues/185): Improve cmd string splitting.
15+
* [#193](https://github.com/clojure-emacs/inf-clojure/pull/193): Set syntax table in REPL buffer.
16+
* Fix `inf-clojure-display-version` (it wasn't extracting properly the package version).
917

1018
## 3.1.0 (2021-07-23)
1119

@@ -17,7 +25,6 @@
1725

1826
### Bugs fixed
1927

20-
* [#193](https://github.com/clojure-emacs/inf-clojure/pull/193): Set syntax table in REPL buffer.
2128
* [#152](https://github.com/clojure-emacs/inf-clojure/issues/152): Sanitize should only remove whitespace at the end of a command.
2229
* [#188](https://github.com/clojure-emacs/inf-clojure/pull/188): Handle newlines between forms for `inf-clojure-eval-buffer`.
2330
* [#189](https://github.com/clojure-emacs/inf-clojure/pull/189): Font-lock code inserted in the REPL from a source buffer.

inf-clojure.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Olin Shivers <[email protected]>
77
;; URL: http://github.com/clojure-emacs/inf-clojure
88
;; Keywords: processes, comint, clojure
9-
;; Version: 3.2.0-snapshot
9+
;; Version: 3.2.0
1010
;; Package-Requires: ((emacs "25.1") (clojure-mode "5.11"))
1111

1212
;; This file is not part of GNU Emacs.

0 commit comments

Comments
 (0)