branch: elpa/inf-clojure commit 59cd1f34e99fb0e923eec238a79dc8902926424b Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Add a changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f7cc4f4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## master (unreleased) + +### New Features + +* [#34](https://github.com/clojure-emacs/inf-clojure/pull/34): Add support for socket REPL connections. + +### Bugs Fixed + +* [#35](https://github.com/clojure-emacs/inf-clojure/issues/35): Fix prompt being included in input history. + +## 1.4.0 (2016-01-17) + +### New Features + +* [#22](https://github.com/clojure-emacs/inf-clojure/pull/22): Add ElDoc support.