Skip to content

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Mar 29, 2018
1 parent 107c144 commit 99ef0e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ to redirect all commands to one specific REPL.

Change log
==========

0.7.3

* REPL: stdin/stdout/stderr support
* REPL: use file ns when evaluating from a file
* Editor: Copy Reference action
* Editor: splice at caret position
* Editor: error recovery in case of extra closing paren

0.7.2

* IntelliJ Platform 2018.1 API compatibility
Expand Down
5 changes: 5 additions & 0 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<change-notes>
<![CDATA[
<ul>
<li>REPL: stdin/stdout/stderr support</li>
<li>REPL: use file ns when evaluating from a file</li>
<li>Editor: Copy Reference action</li>
<li>Editor: splice at caret position</li>
<li>Editor: error recovery in case of extra closing paren</li>
<li>IntelliJ Platform 2018.1 API compatibility</li>
</ul>
<a href="https://github.com/gregsh/Clojure-Kit#change-log">Full change log...</a>
Expand Down

0 comments on commit 99ef0e9

Please sign in to comment.