Skip to content

Commit 026714e

Browse files
committed
update changelog
1 parent abaca0f commit 026714e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2020.1
22

3+
* formatter: missing newline after a line comment (#31)
4+
* resolve: nested vectors in `require` (#33)
35
* platform: IntelliJ IDEA 2020.1
46

57
2019.3.1

resources/META-INF/plugin.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>org.jetbrains.idea.clojure</id>
44
<version>2020.1-snapshot</version>
55
<vendor email="[email protected]">Greg Shrago</vendor>
6-
<idea-version since-build="193.5233"/>
6+
<idea-version since-build="201.6668"/>
77

88
<name>Clojure-Kit</name>
99
<description>Clojure and ClojureScript plugin for IntelliJ-based tools</description>
@@ -15,6 +15,8 @@
1515
<change-notes>
1616
<![CDATA[
1717
<ul>
18+
<li>formatter: missing newline after a line comment (#31)</li>
19+
<li>resolve: nested vectors in `require` (#33)</li>
1820
<li>platform: IntelliJ IDEA 2020.1</li>
1921
</ul>
2022
<a href="https://github.com/gregsh/Clojure-Kit/blob/master/CHANGELOG.md">Full change log...</a>

0 commit comments

Comments
 (0)