Skip to content

Commit 99ef0e9

Browse files
committed
0.7.3
1 parent 107c144 commit 99ef0e9

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ to redirect all commands to one specific REPL.
3939

4040
Change log
4141
==========
42+
43+
0.7.3
44+
45+
* REPL: stdin/stdout/stderr support
46+
* REPL: use file ns when evaluating from a file
47+
* Editor: Copy Reference action
48+
* Editor: splice at caret position
49+
* Editor: error recovery in case of extra closing paren
50+
4251
0.7.2
4352

4453
* IntelliJ Platform 2018.1 API compatibility

resources/META-INF/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
<change-notes>
1616
<![CDATA[
1717
<ul>
18+
<li>REPL: stdin/stdout/stderr support</li>
19+
<li>REPL: use file ns when evaluating from a file</li>
20+
<li>Editor: Copy Reference action</li>
21+
<li>Editor: splice at caret position</li>
22+
<li>Editor: error recovery in case of extra closing paren</li>
1823
<li>IntelliJ Platform 2018.1 API compatibility</li>
1924
</ul>
2025
<a href="https://github.com/gregsh/Clojure-Kit#change-log">Full change log...</a>

0 commit comments

Comments
 (0)