Skip to content

Commit a610e04

Browse files
committed
changelog
1 parent 6cdd9c0 commit a610e04

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2020.3
2+
3+
* parser: allow no space between some tokens
4+
* resolve: namespaces without ":as" (#35)
5+
* resolve: check correct quotes in definitions
6+
* resolve: improve namespaces handling
7+
* editor: highlight missing namespaces
8+
* platform: IntelliJ IDEA 2020.3
9+
110
2020.1
211

312
* formatter: missing newline after a line comment (#31)

resources/META-INF/plugin.xml

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
<change-notes>
1616
<![CDATA[
1717
<ul>
18+
<li>parser: allow no space between some tokens</li>
19+
<li>resolve: namespaces without ":as" (#35)</li>
20+
<li>resolve: check correct quotes in definitions</li>
21+
<li>resolve: improve namespaces handling</li>
22+
<li>editor: highlight missing namespaces</li>
1823
<li>platform: IntelliJ IDEA 2020.3</li>
1924
</ul>
2025
<a href="https://github.com/gregsh/Clojure-Kit/blob/master/CHANGELOG.md">Full change log...</a>

0 commit comments

Comments
 (0)