Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed May 5, 2020
1 parent abaca0f commit 026714e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2020.1

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

2019.3.1
Expand Down
4 changes: 3 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>org.jetbrains.idea.clojure</id>
<version>2020.1-snapshot</version>
<vendor email="[email protected]">Greg Shrago</vendor>
<idea-version since-build="193.5233"/>
<idea-version since-build="201.6668"/>

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

0 comments on commit 026714e

Please sign in to comment.