Skip to content

Commit af4e448

Browse files
authored
Merge pull request #591 from TrevCraw/update-change-notes
Fix format for change notes
2 parents 28cc5c4 + 0c22e03 commit af4e448

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,14 @@ patchPluginXml {
182182
<h2> 23.0.12 </h2>
183183
Version 23.0.12 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 23.0.12 requires IntelliJ IDEA version 2023.1+ and requires Java 17 or later.
184184
<br>
185-
Notable enhancements:
185+
Notable changes:
186186
<ul>
187187
<li> Partial quick fix support for Jakarta EE Web Profile 9.x APIs when editing Java files via the <a href="https://github.com/eclipse/lsp4jakarta">Eclipse LSP4Jakarta</a>, Language Server for Jakarta EE
188188
<li> Updated <a href="https://github.com/OpenLiberty/liberty-language-server">Liberty Config Language Server</a> version to 2.1.1. For information regarding changes for version 2.1, refer to the release notes linked below:
189-
<li??> https://github.com/OpenLiberty/liberty-language-server/releases/tag/liberty-langserver-2.1
190-
<li??> https://github.com/OpenLiberty/liberty-language-server/releases/tag/lemminx-liberty-2.1
189+
<ul>
190+
<li> https://github.com/OpenLiberty/liberty-language-server/releases/tag/liberty-langserver-2.1
191+
<li> https://github.com/OpenLiberty/liberty-language-server/releases/tag/lemminx-liberty-2.1
192+
</ul>
191193
<li> Fix for projects being detected in the Liberty Tool Window when the Liberty Gradle Plugin is commented out in the build.gradle - https://github.com/OpenLiberty/liberty-tools-intellij/issues/445
192194
<li> Fix for incorrect project name being displayed in the “Remove Liberty project” confirmation dialog - https://github.com/OpenLiberty/liberty-tools-intellij/issues/321
193195
<li> Fix to link to the Liberty Tools for IntelliJ GitHub issues page when an error in the Liberty Tools plugin is reported by the IntelliJ IDE - https://github.com/OpenLiberty/liberty-tools-intellij/issues/468
@@ -205,7 +207,7 @@ patchPluginXml {
205207
<h2> 23.0.6 </h2>
206208
Version 23.0.6 of Liberty Tools for IntelliJ IDEA contains new functionality and fixes. Version 23.0.6 requires IntelliJ IDEA version 2023.1+ and requires Java 17 or later.
207209
<br>
208-
Notable enhancements:
210+
Notable changes:
209211
<ul>
210212
<li> Diagnostic and hover support when editing server.xml, server.env, bootstrap.properties via the <a href="https://github.com/OpenLiberty/liberty-language-server">Liberty Config Language Server</a>
211213
<li> Quick fix support when editing server.xml via the <a href="https://github.com/OpenLiberty/liberty-language-server">Liberty Config Language Server</a>

0 commit comments

Comments
 (0)