Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed May 30, 2019
1 parent d19fd31 commit 600bfdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This document provides a high-level view of the changes introduced by release.

== Release notes

=== 0.26.10 (preview, available from Github releases)

- Experimental highlighting in code blocks (#255, #262)

=== 0.26.9 (preview, available from Github releases)

- upgrading gradle and JetBrains plugin; now use `gradlew runIde` to start the plugin in development mode
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2" url="https://github.com/asciidoctor/asciidoctor-intellij-plugin">
<id>org.asciidoctor.intellij.asciidoc</id>
<name>AsciiDoc</name>
<version>0.26.9</version>
<version>0.26.10</version>
<vendor email="[email protected]" url="http://asciidoctor.org">Asciidoctor Project</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -32,6 +32,7 @@ Therefore, JetBrains OpenJDK pre-bundled with your IDE is recommended.

<change-notes><![CDATA[
<ul>
<li>0.26.10 Experimental highlighting in code blocks (#255, #262)
<li>0.26.9 upgrading gradle and JetBrains plugin; now use `gradlew runIde` to start the plugin in development mode<br>
allow user to switch left/right and upper/lower in split view (#136)<br>
add syntax highlighter to support link:file[] (#259)<br>
Expand Down

0 comments on commit 600bfdc

Please sign in to comment.