Skip to content

Commit e2b0ce4

Browse files
authored
Prepare for 12.0.0-alpha.9 release (#7308)
1 parent 26a15aa commit e2b0ce4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
# 12.0.0-alpha.9 (Unreleased)
13+
# 12.0.0-alpha.9
1414

1515
#### :boom: Breaking Change
1616

@@ -36,14 +36,14 @@
3636
- Fix runtime type check for Object in untagged variants when one variant case is `null`. https://github.com/rescript-lang/rescript/pull/7303
3737
- Fix files that were being truncated when sent to the CDN over FTP. https://github.com/rescript-lang/rescript/pull/7306
3838
- Fix better editor completion for applications. https://github.com/rescript-lang/rescript/pull/7291
39-
- Fix @react.componentWithProps no longer works with @directive("'use memo'"). https://github.com/rescript-lang/rescript/pull/7300
39+
- Fix `@react.componentWithProps` no longer works with `@directive("'use memo'")`. https://github.com/rescript-lang/rescript/pull/7300
4040

4141
#### :house: Internal
4242

43-
- Remove ignore in res_scanner.ml . https://github.com/rescript-lang/rescript/pull/7280
43+
- Remove `ignore` in `res_scanner.ml`. https://github.com/rescript-lang/rescript/pull/7280
4444
- Use the new stdlib modules in the analysis tests. https://github.com/rescript-lang/rescript/pull/7295
4545
- Build with OCaml 5.3.0. https://github.com/rescript-lang/rescript/pull/7294
46-
- Simplify JSON.Decode implementation. https://github.com/rescript-lang/rescript/pull/7304
46+
- Simplify `JSON.Decode` implementation. https://github.com/rescript-lang/rescript/pull/7304
4747

4848
# 12.0.0-alpha.8
4949

0 commit comments

Comments
 (0)