Skip to content

Commit f022a84

Browse files
committed
Update changes.
1 parent 465446f commit f022a84

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Changes.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@
44

55
**Compiler**
66

7-
- Added support for `@new @variadic` (see https://github.com/rescript-lang/rescript-compiler/pull/5364)
8-
- Added support for `@optional` fields in records (see https://github.com/rescript-lang/rescript-compiler/pull/5423)
7+
- Add support for `@new @variadic` (see https://github.com/rescript-lang/rescript-compiler/pull/5364)
8+
- New records with `@optional` fields [#5423](https://github.com/rescript-lang/rescript-compiler/pull/5423) [#5452](https://github.com/rescript-lang/rescript-compiler/issues/5452)
99

1010
**Syntax**
1111

12+
- Fix printing for inline nullary functor types [#477](https://github.com/rescript-lang/syntax/pull/477)
13+
- Fix stripping of quotes for empty poly variants [#474](https://github.com/rescript-lang/syntax/pull/474)
14+
- Implement syntax for arity zero vs arity one in uncurried application in [#139](https://github.com/rescript-lang/syntax/pull/139)
15+
- Fix parsing of first class module exprs as part of binary/ternary expr in [#256](https://github.com/rescript-lang/syntax/pull/256)
16+
17+
**Libraries**
18+
19+
- Several Belt libraries are now converted to ReScript syntax, with corresponding comments in Markdown format suitable for hovering.
20+
1221
**Playground**
1322

1423
- Added `jsoo_playground_main.ml` as the rescript-lang.org playground bundle entrypoint

0 commit comments

Comments
 (0)