Skip to content

Commit 1cc3af9

Browse files
authored
Add asterisks for breaking changes
1 parent 332a783 commit 1cc3af9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Changes.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,27 @@
1010
- 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)
1111
- Classify bigint correctly [#5351](https://github.com/rescript-lang/rescript-compiler/pull/5351)
1212

13-
* `@bs.send.pipe` is now removed. Earlier it was deprecated.
14-
* Missing labels in function application is now an error (https://forum.rescript-lang.org/t/ann-more-strict-checks-in-missed-labels/2117).
13+
- `*` `@bs.send.pipe` is now removed. Earlier it was deprecated.
14+
- `*` Missing labels in function application is now an error (https://forum.rescript-lang.org/t/ann-more-strict-checks-in-missed-labels/2117).
1515

1616
**Syntax**
1717

18+
- Doc comments `/** ... */` are now supported. Inernally, they are attributes, so are only valid at positions where `@foo` is allowed, or a syntax error is given. Similarly for module-level `/*** comments */` that can go where `@@attributes` go.
19+
1820
- Fix printing for inline nullary functor types [#477](https://github.com/rescript-lang/syntax/pull/477)
1921
- Fix stripping of quotes for empty poly variants [#474](https://github.com/rescript-lang/syntax/pull/474)
2022
- Implement syntax for arity zero vs arity one in uncurried application in [#139](https://github.com/rescript-lang/syntax/pull/139)
2123
- Fix parsing of first class module exprs as part of binary/ternary expr in [#256](https://github.com/rescript-lang/syntax/pull/256)
2224

23-
* Fix formatter hanging on deeply nested function calls [#261](https://github.com/rescript-lang/syntax/issues/261)
24-
* Remove parsing of "import" and "export" which was never officially supported.
25-
* Doc comments `/** ... */` are now supported. Inernally, they are attributes, so are only valid at positions where `@foo` is allowed, or a syntax error is given. Similarly for module-level `/*** comments */` that can go where `@@attributes` go.
25+
- Fix formatter hanging on deeply nested function calls [#261](https://github.com/rescript-lang/syntax/issues/261)
26+
- Remove parsing of "import" and "export" which was never officially supported.
2627

2728
**Libraries**
2829

29-
- Removed printing modules (Printf, Format etc) and related functions. Details of files added/removed: https://github.com/rescript-lang/rescript-compiler/commit/0fd8bb0e77c4b0e96a9647ac8af614305057003f.
30+
- `*` Removed printing modules (Printf, Format etc) and related functions. Details of files added/removed: https://github.com/rescript-lang/rescript-compiler/commit/0fd8bb0e77c4b0e96a9647ac8af614305057003f.
3031

31-
* There could be issues with `rescript-relay`. See https://github.com/rescript-lang/rescript-compiler/issues/5493.
32-
* Several Belt / Js libraries are now converted to ReScript syntax, with corresponding comments in Markdown format suitable for hovering. See [#5361](https://github.com/rescript-lang/rescript-compiler/pull/5361).
32+
- `*` There could be issues with `rescript-relay`. See https://github.com/rescript-lang/rescript-compiler/issues/5493.
33+
- Several Belt / Js libraries are now converted to ReScript syntax, with corresponding comments in Markdown format suitable for hovering. See [#5361](https://github.com/rescript-lang/rescript-compiler/pull/5361).
3334

3435
**Playground**
3536

0 commit comments

Comments
 (0)