Skip to content

Commit 7a59025

Browse files
committed
Changes!
1 parent 69f1e98 commit 7a59025

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
### Bug fixes
1414

15+
- Fixed a bug where the language server would not show type-related code action
16+
for record fields in custom type definitions.
17+
([cysabi](https://github.com/cysabi))
18+
1519
## v1.11.1 - 2025-06-05
1620

1721
### Compiler
@@ -28,7 +32,3 @@
2832
- Fixed a bug where a bit array segment matching on a floating point number
2933
would match with `NaN` or `Infinity` on the JavaScript target.
3034
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
31-
32-
- Fixed a bug where the language server would not show the "Unqualify type"
33-
code action for record declarations.
34-
([cysabi](https://github.com/cysabi))

0 commit comments

Comments
 (0)