Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Nov 23, 2020
1 parent 6cdd9c0 commit a610e04
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2020.3

* parser: allow no space between some tokens
* resolve: namespaces without ":as" (#35)
* resolve: check correct quotes in definitions
* resolve: improve namespaces handling
* editor: highlight missing namespaces
* platform: IntelliJ IDEA 2020.3

2020.1

* formatter: missing newline after a line comment (#31)
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>parser: allow no space between some tokens</li>
<li>resolve: namespaces without ":as" (#35)</li>
<li>resolve: check correct quotes in definitions</li>
<li>resolve: improve namespaces handling</li>
<li>editor: highlight missing namespaces</li>
<li>platform: IntelliJ IDEA 2020.3</li>
</ul>
<a href="https://github.com/gregsh/Clojure-Kit/blob/master/CHANGELOG.md">Full change log...</a>
Expand Down

0 comments on commit a610e04

Please sign in to comment.