Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Sep 24, 2020
1 parent 06d6d40 commit 5bd4fbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <survey URL>` for experimental versions and `Nothing` otherwise.
1. `(cd package/npm && npm version "<new version>")`
1. Commit the changes "Bump version to <new version>"
1. Commit the changes "Bump version to \<new version>"
1. Create a signed tag for the new version. `git tag -s <new version> -m <new version>`
1. Push the tag. `git push origin <new version>`
1. Wait for CI to successfully build the tag.
Expand Down
2 changes: 1 addition & 1 deletion Release Notes/0.8.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bd4fbe

Please sign in to comment.