Skip to content

Commit 09a6c76

Browse files
committed
2019.3.2-snapshot
1 parent 820ed25 commit 09a6c76

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2019.3.1
2+
3+
* editor: make "smart kill" and "smart parens" configurable (Smart Keys | Clojure)
4+
* editor: turn "smart kill" and "smart parens" off by default
5+
* deps: fix dependencies cache file being a directory
6+
* java: fix resolve on Java 11
7+
* platform: IntelliJ IDEA 2019.3
8+
19
2019.3
210

311
* platform: IntelliJ IDEA 2019.3 EAP

resources/META-INF/plugin.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<idea-plugin>
33
<id>org.jetbrains.idea.clojure</id>
4-
<version>2019.3.1-snapshot</version>
4+
<version>2019.3.2-snapshot</version>
55
<vendor email="[email protected]">Greg Shrago</vendor>
6-
<idea-version since-build="193.3519"/>
6+
<idea-version since-build="193.5233"/>
77

88
<name>Clojure-Kit</name>
99
<description>Clojure and ClojureScript plugin for IntelliJ-based tools</description>
@@ -15,6 +15,10 @@
1515
<change-notes>
1616
<![CDATA[
1717
<ul>
18+
<li>editor: make "smart kill" and "smart parens" configurable (Smart Keys | Clojure)</li>
19+
<li>editor: turn "smart kill" and "smart parens" off by default</li>
20+
<li>deps: fix dependencies cache file being a directory</li>
21+
<li>java: fix resolve on Java 11</li>
1822
<li>platform: IntelliJ IDEA 2019.3</li>
1923
</ul>
2024
<a href="https://github.com/gregsh/Clojure-Kit/blob/master/CHANGELOG.md">Full change log...</a>

0 commit comments

Comments
 (0)