Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rescript-lang/rescript-vscode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0fe485b25f457e8dc0ca1f9961ea874c21709ef0
Choose a base ref
..
head repository: rescript-lang/rescript-vscode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 929340d54bc8a6a77c1d09f2a700e66904b9ea87
Choose a head ref
Showing with 4 additions and 0 deletions.
  1. +4 −0 CHANGELOG.md
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -24,6 +24,10 @@
- Prefer opened `Belt` modules in autocomplete when `-open Belt` is detected in `bsconfig`. https://github.com/rescript-lang/rescript-vscode/pull/673
- Improve precision in signature help. You now do not need to type anything into the argument for it to highlight. https://github.com/rescript-lang/rescript-vscode/pull/675

#### :bug: Bug Fix

- Highlight `catch` like a keyword https://github.com/rescript-lang/rescript-vscode/pull/677

## v1.10.0

#### :nail_care: Polish