Skip to content

Commit 1aebc9d

Browse files
committed
Changelog
1 parent f02409a commit 1aebc9d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
1313
# 12.0.0-alpha.1 (Unreleased)
1414

15-
#### :house: Internal
16-
17-
- Build with OCaml 5.1.1. https://github.com/rescript-lang/rescript-compiler/pull/6641
18-
1915
#### :boom: Breaking Change
2016

2117
- `lazy` syntax is no longer supported. If you're using it, use `Lazy` module or `React.lazy_` instead. https://github.com/rescript-lang/rescript-compiler/pull/6342
18+
- Remove handling of attributes with `bs.` prefix (`@bs.as` -> `@as` etc.). https://github.com/rescript-lang/rescript-compiler/pull/6643
19+
- Remove obsolete `@bs.open` feature. https://github.com/rescript-lang/rescript-compiler/pull/6629
20+
21+
#### :house: Internal
22+
23+
- Build with OCaml 5.1.1. https://github.com/rescript-lang/rescript-compiler/pull/6641
2224

2325
# 11.1.0-rc.2
2426

0 commit comments

Comments
 (0)