diff --git a/CHANGELOG.md b/CHANGELOG.md index 117a61198..360684245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ New features: - newlines in type constructor application are now preserved Bug fixes: - - special characters in link text in doc comments are now handled more correctly - negative hex int literals are now handled correctly + - in doc comments, special characters in link text are now handled more correctly - in doc comments, non-Elm code blocks are no longer elm-formatted - in doc comments, inline code containing backticks is now escaped correctly - in doc comments, relative links with text matching the relative URL are now handled correctly diff --git a/PUBLISHING.md b/PUBLISHING.md index 3b4fb5983..e1ede7e70 100644 --- a/PUBLISHING.md +++ b/PUBLISHING.md @@ -20,7 +20,7 @@ brew install keybase 1. If this is a stable release, update references to the version in `README.md`. 1. Update `ElmFormat.Version.experimental` to `Just ` for experimental versions and `Nothing` otherwise. 1. `(cd package/npm && npm version "")` -1. Commit the changes "Bump version to " +1. Commit the changes "Bump version to \" 1. Create a signed tag for the new version. `git tag -s -m ` 1. Push the tag. `git push origin ` 1. Wait for CI to successfully build the tag. diff --git a/Release Notes/0.8.4.md b/Release Notes/0.8.4.md index d4cf0cc73..28e9b8f12 100644 --- a/Release Notes/0.8.4.md +++ b/Release Notes/0.8.4.md @@ -5,8 +5,8 @@ New features: - newlines in type constructor application are now preserved Bug fixes: - - special characters in link text in doc comments are now handled more correctly - negative hex int literals are now handled correctly + - in doc comments, special characters in link text are now handled more correctly - in doc comments, non-Elm code blocks are no longer elm-formatted - in doc comments, inline code containing backticks is now escaped correctly - in doc comments, relative links with text matching the relative URL are now handled correctly