File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ New features:
55 - newlines in type constructor application are now preserved
66
77Bug fixes:
8- - special characters in link text in doc comments are now handled more correctly
98 - negative hex int literals are now handled correctly
9+ - in doc comments, special characters in link text are now handled more correctly
1010 - in doc comments, non-Elm code blocks are no longer elm-formatted
1111 - in doc comments, inline code containing backticks is now escaped correctly
1212 - in doc comments, relative links with text matching the relative URL are now handled correctly
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ brew install keybase
20201 . If this is a stable release, update references to the version in ` README.md ` .
21211 . Update ` ElmFormat.Version.experimental ` to ` Just <survey URL> ` for experimental versions and ` Nothing ` otherwise.
22221 . ` (cd package/npm && npm version "<new version>") `
23- 1 . Commit the changes "Bump version to <new version >"
23+ 1 . Commit the changes "Bump version to \ < new version>"
24241 . Create a signed tag for the new version. ` git tag -s <new version> -m <new version> `
25251 . Push the tag. ` git push origin <new version> `
26261 . Wait for CI to successfully build the tag.
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ New features:
55 - newlines in type constructor application are now preserved
66
77Bug fixes:
8- - special characters in link text in doc comments are now handled more correctly
98 - negative hex int literals are now handled correctly
9+ - in doc comments, special characters in link text are now handled more correctly
1010 - in doc comments, non-Elm code blocks are no longer elm-formatted
1111 - in doc comments, inline code containing backticks is now escaped correctly
1212 - in doc comments, relative links with text matching the relative URL are now handled correctly
You can’t perform that action at this time.
0 commit comments