You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,24 @@
7
7
> -:rocket:[New Feature]
8
8
> -:bug:[Bug Fix]
9
9
> -:memo:[Documentation]
10
-
> -:house:[Internal]
11
10
> -:nail_care:[Polish]
11
+
> -:house:[Internal]
12
12
13
-
# 12.0.0-beta.1 (Unreleased)
13
+
# 12.0.0-beta.1
14
14
15
15
#### :rocket: New Feature
16
16
17
17
- Add experimental command to `rescript-tools` for formatting all ReScript code blocks in markdown. Either in a markdown file directly, or inside of docstrings in ReScript code. https://github.com/rescript-lang/rescript/pull/7598
18
18
- Add `String.getSymbolUnsafe` back to Stdlib. https://github.com/rescript-lang/rescript/pull/7626
19
19
20
-
#### :house: Internal
21
-
22
-
- Remove uncurried handling from rewatch. https://github.com/rescript-lang/rescript/pull/7625
23
-
24
20
#### :nail_care: Polish
25
21
26
22
- Add a warning if the name in package.json does not match the name in rescript.json. https://github.com/rescript-lang/rescript/pull/7604
27
23
24
+
#### :house: Internal
25
+
26
+
- Remove uncurried handling from rewatch. https://github.com/rescript-lang/rescript/pull/7625
0 commit comments