Skip to content

Commit b1b5d36

Browse files
committed
CHANGELOG
1 parent f3efe86 commit b1b5d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- Add bitwise NOT (`~`) operator for `int` and `bigint`. https://github.com/rescript-lang/rescript/pull/7418
2525
- Significantly reduced the download size by splitting binaries into optional platform-specific dependencies (e.g, `@rescript/linux-x64`). https://github.com/rescript-lang/rescript/pull/7395
2626
- JSX: do not error on ref as prop anymore (which is allowed in React 19). https://github.com/rescript-lang/rescript/pull/7420
27+
- Add new attribute `@notUndefined` for abstract types to prevent unnecessary wrapping with `Primitive_option.some` in JS output. https://github.com/rescript-lang/rescript/pull/7458
2728

2829
#### :bug: Bug fix
2930

@@ -42,7 +43,6 @@
4243
#### :nail_care: Polish
4344

4445
- In type errors, recommend stdlib over Belt functions for converting between float/int/string. https://github.com/rescript-lang/rescript/pull/7453
45-
- Make `Jsx.element` a private empty record to avoid unnecessary `Primitive_option.some`. https://github.com/rescript-lang/rescript/pull/7450
4646
- Remove unused type `Jsx.ref`. https://github.com/rescript-lang/rescript/pull/7459
4747

4848
# 12.0.0-alpha.12

0 commit comments

Comments
 (0)