Skip to content

Commit dc2518a

Browse files
authored
Prepare for 11.1.0-rc.8 release (rescript-lang#6726)
1 parent a1c1d2b commit dc2518a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
# 11.1.0-rc.8 (Unreleased)
13+
# 11.1.0-rc.8
1414

1515
#### :rocket: New Feature
1616

1717
- Add `%todo` extension for leaving implementation for later. https://github.com/rescript-lang/rescript-compiler/pull/6713
18-
- Add `-warn-error` argument for generate error on CI. Useful for `%todo` extension. https://github.com/rescript-lang/rescript-compiler/pull/6717
18+
- Add `-warn-error` argument for generating errors in CI. Useful for `%todo` extension. https://github.com/rescript-lang/rescript-compiler/pull/6717
1919

2020
#### :bug: Bug Fix
2121

22-
- Improve error when using '@deriving(accessors)' on a variant with record arguments. https://github.com/rescript-lang/rescript-compiler/pull/6712
22+
- Improve error when using `@deriving(accessors)` on a variant with record arguments. https://github.com/rescript-lang/rescript-compiler/pull/6712
2323
- Stop escaping JSX prop names with hyphens. https://github.com/rescript-lang/rescript-compiler/pull/6705
2424
- Fix trailing undefined for optional parameters not omitted with `@send` and `@new`. https://github.com/rescript-lang/rescript-compiler/pull/6716
25-
- Fix JSX4 adding the incorrect type annotation for the prop `ref` in React.forwardRef component https://github.com/rescript-lang/rescript-compiler/pull/6718
26-
- Fix description for warning number 110 https://github.com/rescript-lang/rescript-compiler/pull/6725
25+
- Fix JSX4 adding the incorrect type annotation for the prop `ref` in `React.forwardRef` component. https://github.com/rescript-lang/rescript-compiler/pull/6718
26+
- Fix description for warning number 110. https://github.com/rescript-lang/rescript-compiler/pull/6725
2727

2828
#### :nail_care: Polish
2929

0 commit comments

Comments
 (0)