Skip to content

Commit 878b435

Browse files
authored
Prepare for 12.0.2 release (#8116)
1 parent 94ef666 commit 878b435

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
> - :nail_care: [Polish]
1111
> - :house: [Internal]
1212
13-
# 12.0.2 (Unreleased)
14-
15-
#### :boom: Breaking Change
16-
17-
#### :eyeglasses: Spec Compliance
13+
# 12.0.2
1814

1915
#### :rocket: New Feature
2016

@@ -28,14 +24,10 @@
2824
- Fix `@scope` shadowing (rewrite using `globalThis`). https://github.com/rescript-lang/rescript/pull/8100
2925
- Formatter: normalize underscore placeholders in pipe expressions to canonical form (e.g., `a->map2(_, fn)` formats to `a->map2(fn)`). https://github.com/rescript-lang/rescript/pull/8033
3026
- Fix rewatch panic on duplicate module name. https://github.com/rescript-lang/rescript/pull/8102
31-
- Fix `let?` unwrap to use actual variable names from pattern instead of hardcoded "x"/"e". When using `let? Some(myVar) = ...`, the variable name `myVar` is now properly propagated in early returns. https://github.com/rescript-lang/rescript/issues/8085
32-
- Fix 'Ill-formed list of warnings' errors for ppx's with rescript-legacy. https://github.com/rescript-lang/rescript/pull/8103
27+
- Fix `let?` unwrap to use actual variable names from pattern instead of hardcoded "x"/"e". https://github.com/rescript-lang/rescript/issues/8085
28+
- Fix "Ill-formed list of warnings" errors for PPXs with rescript-legacy. https://github.com/rescript-lang/rescript/pull/8103
3329
- Fix gentype generating invalid syntax for exotic / escaped record field names and type names. https://github.com/rescript-lang/rescript/pull/8087
3430

35-
#### :memo: Documentation
36-
37-
#### :nail_care: Polish
38-
3931
#### :house: Internal
4032

4133
- Reanalyze: refactor DCE to pure pipeline architecture for order-independence and incremental update support. https://github.com/rescript-lang/rescript/pull/8043

0 commit comments

Comments
 (0)