Skip to content

Conversation

@thomashoneyman
Copy link
Member

Description of the change

This PR updates the CHANGELOG in preparation for the upcoming release of this library.

Related: purescript/purescript#3985

CHANGELOG.md Outdated

Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#37, #43)
- Added `foldr1` and `foldl` implementations to `Foldable1 (Tuple a)` instance and removed `foldl1` (#39, #43)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is a breaking change.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move it down to 'Other Improvements' similar to what Miles did in another PR?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure where to put this; it's changed because the Foldable1 class has changed, and if we were to upgrade the dependency and apply this change in the library in normal circumstances it would be breaking. (For example, you could no longer use fold1 via the class.)

But since it's part of adding support for 0.14, perhaps "other improvements" is the way to go for this particular case.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've moved it to "other improvements" for the time being.

- Added support for PureScript 0.14 and dropped support for all previous versions (#37, #43)
- Added `foldr1` and `foldl` implementations to `Foldable1 (Tuple a)` instance and removed `foldl1` (#39, #43)

New features:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#40 should appear here, correct? Something like this:

Added Generic instance for Tuple (#40)

Copy link
Contributor

@JordanMartinez JordanMartinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few fixes

@JordanMartinez JordanMartinez merged commit cac075c into master Jan 21, 2021
@JordanMartinez JordanMartinez deleted the changelog-0.14 branch January 21, 2021 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants