branch: elpa/inf-clojure commit d0d269dcfcc72611aff524a46eaa1eb4363c951f Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Tweak the changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d28d305..7ced329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,15 @@ ## master (unreleased) -# [#164](https://github.com/clojure-emacs/inf-clojure/pull/164): Fix for eldoc-mode on ClojureCLR +### New features + * [#160](https://github.com/clojure-emacs/inf-clojure/pull/160): Support [Joker](https://joker-lang.org/). + +### Bugs fixed + +* [#164](https://github.com/clojure-emacs/inf-clojure/pull/164): Fix for eldoc-mode on ClojureCLR. * [#135](https://github.com/clojure-emacs/inf-clojure/pull/135): Improve command sanitation code. +* Fix `info-clojure-apropos`. ## 2.1.0 (2018-01-02)