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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@
56
56
* Around `=` for props (`x = 1`)
57
57
* The BOM is now only allowed as the first character in a document. It was
58
58
previously treated as generic whitespace.
59
-
* Multi-line strings must now use `"""` as delimeters. The opening delimiter must be immediately followed by a newline, and the closing delimiter must be on its own line, prefixed by optional whitespace.
59
+
* Multi-line strings must now use `"""` as delimiters. The opening delimiter must be immediately followed by a newline, and the closing delimiter must be on its own line, prefixed by optional whitespace.
60
60
* Multi-line strings are now automatically dedented, according to the common
61
61
whitespace matching the whitespace prefix of the closing line.
62
62
*`.1`, `+.1` etc are no longer valid identifiers, to prevent confusion and
0 commit comments