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
+2-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@
25
25
- Fix completion for application with tagged template. https://github.com/rescript-lang/rescript/pull/7278
26
26
- Fix error message for arity in the presence of optional arguments. https://github.com/rescript-lang/rescript/pull/7284
27
27
- Fix issue in functors with more than one argument (which are curried): emit nested function always. https://github.com/rescript-lang/rescript/pull/7273
28
-
- Fix dot completion issue with React primitives. https://github.com/rescript-lang/rescript/pull/7292
28
+
- Fix dot completion issue with React primitives. https://github.com/rescript-lang/rescript/pull/7292
29
+
- Stdlib namespace for Core modules (fixes name clashes with user modules). https://github.com/rescript-lang/rescript/pull/7285
0 commit comments