Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jul 15, 2022
1 parent 8ac47af commit 67b0403
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

## master (unreleased)

## 3.2.0 (2022-07-15)

### New features

* [#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.
* [#187](https://github.com/clojure-emacs/inf-clojure/pull/197): Defcustom `inf-clojure-enable-eldoc` to disable eldoc interaction.
* [#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.
* [#187](https://github.com/clojure-emacs/inf-clojure/pull/197): New defcustom `inf-clojure-enable-eldoc` to disable eldoc interaction.

### Bugs fixed

* [#185](https://github.com/clojure-emacs/inf-clojure/issues/185): Improve cmd string splitting.
* [#193](https://github.com/clojure-emacs/inf-clojure/pull/193): Set syntax table in REPL buffer.
* Fix `inf-clojure-display-version` (it wasn't extracting properly the package version).

## 3.1.0 (2021-07-23)

Expand All @@ -17,7 +25,6 @@

### Bugs fixed

* [#193](https://github.com/clojure-emacs/inf-clojure/pull/193): Set syntax table in REPL buffer.
* [#152](https://github.com/clojure-emacs/inf-clojure/issues/152): Sanitize should only remove whitespace at the end of a command.
* [#188](https://github.com/clojure-emacs/inf-clojure/pull/188): Handle newlines between forms for `inf-clojure-eval-buffer`.
* [#189](https://github.com/clojure-emacs/inf-clojure/pull/189): Font-lock code inserted in the REPL from a source buffer.
Expand Down
2 changes: 1 addition & 1 deletion inf-clojure.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Olin Shivers <[email protected]>
;; URL: http://github.com/clojure-emacs/inf-clojure
;; Keywords: processes, comint, clojure
;; Version: 3.2.0-snapshot
;; Version: 3.2.0
;; Package-Requires: ((emacs "25.1") (clojure-mode "5.11"))

;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit 67b0403

Please sign in to comment.