-
Notifications
You must be signed in to change notification settings - Fork 52
Update changelog since v5.1.0 #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
New features: | ||
|
||
Bugfixes: | ||
|
||
Other improvements: | ||
- Changed default branch to `main` from `master` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing #98?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added! Thanks.
@@ -5,181 +5,204 @@ Notable changes to this project are documented in this file. The format is based | |||
## [Unreleased] | |||
|
|||
Breaking changes (😱!!!): | |||
- Non-empty combinators return `NonEmptyList` ([#102](https://github.com/purescript-contrib/purescript-parsing/pull/102)) | |||
- Non-empty combinators now return `NonEmptyList` (#102) | |||
- Added support for PureScript 0.14 and dropped support for all previous versions (#103) | |||
|
|||
New features: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing #87?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added! Good catch.
CHANGELOG.md
Outdated
@@ -5,181 +5,204 @@ Notable changes to this project are documented in this file. The format is based | |||
## [Unreleased] | |||
|
|||
Breaking changes (😱!!!): | |||
- Non-empty combinators return `NonEmptyList` ([#102](https://github.com/purescript-contrib/purescript-parsing/pull/102)) | |||
- Non-empty combinators now return `NonEmptyList` (#102) | |||
- Added support for PureScript 0.14 and dropped support for all previous versions (#103) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems #93 is also missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing #97? Not sure if it's breaking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be a few PRs missing in this one.
Description of the change
This PR updates the CHANGELOG in preparation for the upcoming release of this library.
Related: purescript/purescript#3985