We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17b3cc commit 5973cd5Copy full SHA for 5973cd5
docs/modules/ROOT/pages/CHANGELOG.adoc
@@ -1,5 +1,19 @@
1
= Changelog
2
3
+[[release-0.1.1]]
4
+== 0.1.1 (2024-10-10)
5
+
6
+== Additions
7
8
+* Add support for definition level completions (https://github.com/apple/pkl-lsp/pull/40[#40]).
9
+* Improve performance of accessing parse tree (https://github.com/apple/pkl-lsp/pull/44[#44]).
10
+* Fix bug when member link points to unresolvable import (https://github.com/apple/pkl-lsp/pull/43[#43]).
11
+* Update tree-sitter-pkl to 0.17.0 (https://github.com/apple/pkl-lsp/pull/42[#42]).
12
13
+== Miscellaneous
14
15
+* Add Antora documentation (https://github.com/apple/pkl-lsp/pull/41[#41]).
16
17
[[release-0.1.0]]
18
== 0.1.0 (2024-10-08)
19
0 commit comments