Skip to content

Commit 3bd115b

Browse files
authored
Prepare for 12.0.0-beta.3 release (#7716)
1 parent b3be9aa commit 3bd115b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
> - :nail_care: [Polish]
1111
> - :house: [Internal]
1212
13-
# 12.0.0-beta.3 (Unreleased)
13+
# 12.0.0-beta.3
1414

1515
#### :boom: Breaking Change
1616

@@ -22,6 +22,14 @@
2222
- Add optional `message` argument to `Result.getOrThrow` and improve default error message. https://github.com/rescript-lang/rescript/pull/7630
2323
- Add `RegExp.escape` binding. https://github.com/rescript-lang/rescript/pull/7695
2424

25+
#### :bug: Bug fix
26+
27+
- Fix `--create-sourcedirs` generation with for a single project. https://github.com/rescript-lang/rescript/pull/7671
28+
- Fix rewatch not recompiling on changes on Windows. https://github.com/rescript-lang/rescript/pull/7690
29+
- Fix locations of regex literals. https://github.com/rescript-lang/rescript/pull/7683
30+
- Fix async React component compilation. https://github.com/rescript-lang/rescript/pull/7704
31+
- Fix `@this` with `async` keyword. https://github.com/rescript-lang/rescript/pull/7702
32+
2533
#### :nail_care: Polish
2634

2735
- Configuration fields `bs-dependencies`, `bs-dev-dependencies` and `bsc-flags` are now deprecated in favor of `dependencies`, `dev-dependencies` and `compiler-flags`. https://github.com/rescript-lang/rescript/pull/7658
@@ -30,23 +38,16 @@
3038
- Polish arity mismatch error message a bit. https://github.com/rescript-lang/rescript/pull/7709
3139
- Suggest related functions with the expected arity in errors when it makes sense. https://github.com/rescript-lang/rescript/pull/7712
3240
- Improve error when a constructor expects an inline record. https://github.com/rescript-lang/rescript/pull/7713
33-
- Remove @meth attribute. https://github.com/rescript-lang/rescript/pull/7684
41+
- Remove `@meth` attribute. https://github.com/rescript-lang/rescript/pull/7684
3442

3543
#### :house: Internal
3644

3745
- Add rust linting to CI with `clippy`. https://github.com/rescript-lang/rescript/pull/7675
3846
- AST: use `Typ.arrows` for creation, after the refactoring of arrow types. https://github.com/rescript-lang/rescript/pull/7662
3947
- Don't skip Stdlib docstring tests. https://github.com/rescript-lang/rescript/pull/7694
40-
- Remove all leftovers of pinned-dependencies handling. https://github.com/rescript-lang/rescript/pull/7686
48+
- Remove all leftovers of `pinned-dependencies` handling. https://github.com/rescript-lang/rescript/pull/7686
4149
- Add `rust-version` field to Rewatch's `Cargo.toml`. https://github.com/rescript-lang/rescript/pull/7701
4250

43-
#### :bug: Bug fix
44-
45-
- Fix `--create-sourcedirs` generation with for a single project. https://github.com/rescript-lang/rescript/pull/7671
46-
- Fix rewatch not recompiling on changes under windows. https://github.com/rescript-lang/rescript/pull/7690
47-
- Fix locations of regex literals. https://github.com/rescript-lang/rescript/pull/7683
48-
- Fix async React component compilation. https://github.com/rescript-lang/rescript/pull/7704
49-
- Fix @this with async keyword. https://github.com/rescript-lang/rescript/pull/7702
5051

5152
# 12.0.0-beta.2
5253

0 commit comments

Comments
 (0)