packages feed

strict-tuple-0.1.5: CHANGELOG.md

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/).

## [0.1.5] - 2022-02-01
### Added
- `Eq1` and `Eq2` instances

### Changed
- Support `hashable-1.4`

## [0.1.4] - 2020-11-11
### Changed
- Fixed `NFData` instances

## [0.1.3] - 2019-10-20
### Added
- `Applicative`, `Biapplicative`, `Bifoldable`, `Bifunctor`, `Bitraversable`, `Foldable`, `Functor`, `Monad`, and `Traversable` instances
- `sfst`, `ssnd`, `scurry`, `suncurry`, `sswap`

## [0.1.2] - 2019-01-04
### Added
- `Hashable`, `Hashable1`, `Hashable2`, and `NFData` instances

## [0.1.1] - 2018-11-07

### Added
- Derive missing instances (oops)

## [0.1.0] - 2018-11-07

### Added
- Initial release.