Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
=== Bugs fixed

* Error: Legacy configurable id calculation mode (https://github.com/apple/pkl-intellij/issues/142[#142]).
* Bump Pkl fallback standard library to 0.30.2 (https://github.com/apple/pkl-intellij/pull/144[#144]).
* Fix various issues with the Pkl formatter (https://github.com/apple/pkl-intellij/pull/144[#144]).

=== Contributors ❤️

Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
]]></description>
<!-- language=html -->
<change-notes><![CDATA[
<b>0.35.1</b>
<ul>
<li>Fix editor diganostic "Legacy configurable id calculation mode..."</li>
<li>Add support for Pkl 0.30.2 standard library</li>
<li>Fix issues in the Pkl formatter</li>
</ul>
<b>0.35.0</b>
<ul>
<li>Bump max allowed IntelliJ version to 253.*</li>
Expand Down
Loading