Skip to content

Commit

Permalink
changelog!
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-III authored and lpil committed Jan 25, 2025
1 parent 49a7b31 commit 857f048
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,17 @@

([Surya Rose](https://github.com/GearsDatapacks))

- `Unqualify` Action now get triggered when hovering over the module name
for record value constructor.
For example:

```gleam
pub fn main() {
let my_option = option.Some(1)
// ^ would trigger "Unqualify option.Some"
}
```
([Jiangda Wang](https://github.com/Frank-III))

### Formatter

Expand Down

0 comments on commit 857f048

Please sign in to comment.