You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
#### :nail_care: Polish
16
16
17
17
- Allow single newline in JSX. https://github.com/rescript-lang/rescript/pull/7269
18
+
- Editor: Always complete from Core first. Use actual native regex syntax in code snippets for regexps. https://github.com/rescript-lang/rescript/pull/7295
18
19
19
20
#### :bug: Bug fix
20
21
@@ -29,6 +30,7 @@
29
30
#### :house: Internal
30
31
31
32
- Remove ignore in res_scanner.ml . https://github.com/rescript-lang/rescript/pull/7280
33
+
- Use the new stdlib modules in the analysis tests. https://github.com/rescript-lang/rescript/pull/7295
0 commit comments