Skip to content

Commit 5bd4fbe

Browse files
committed
Update changelog
1 parent 06d6d40 commit 5bd4fbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ New features:
55
- newlines in type constructor application are now preserved
66

77
Bug 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

PUBLISHING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ brew install keybase
2020
1. If this is a stable release, update references to the version in `README.md`.
2121
1. Update `ElmFormat.Version.experimental` to `Just <survey URL>` for experimental versions and `Nothing` otherwise.
2222
1. `(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>"
2424
1. Create a signed tag for the new version. `git tag -s <new version> -m <new version>`
2525
1. Push the tag. `git push origin <new version>`
2626
1. Wait for CI to successfully build the tag.

Release Notes/0.8.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ New features:
55
- newlines in type constructor application are now preserved
66

77
Bug 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

0 commit comments

Comments
 (0)