Skip to content

Commit

Permalink
Prepare changelog for 0.5.0 release (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh authored and vrom911 committed Mar 18, 2019
1 parent b87f281 commit 5596831
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
`relude` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## Unreleased: 0.5.0
## 0.5.0 — Mar 18, 2019

* [#144](https://github.com/kowainik/relude/issues/144):
Add `traverseToSnd` and friends to `Relude.Extra.Tuple`.
* [#138](https://github.com/kowainik/relude/issues/138):
Add `RealFloat` to `Relude.Numeric`.
* [#127](https://github.com/kowainik/relude/issues/127):
Implement `Relude.Extra.Lens` module.
* [#125](https://github.com/kowainik/relude/issues/125):
Moved many numerical functions and types in `Relude.Numeric`.
Reexport `toIntegralSized` from `Data.Bits`.
Add `integerToBounded` and `integerToNatural` in `Relude.Numeric`.
* [#129](https://github.com/kowainik/relude/issues/129):
Add `appliedTo` and `chainedTo` as named versions of operators `=<<` and `<**>`.
* [#121](https://github.com/kowainik/relude/issues/121):
Reexport `Ap` from `Data.Monoid`. Change definition of `foldMapA` to use `Ap`.
* [#129](https://github.com/kowainik/relude/issues/129):
Add `appliedTo` and `chainedTo` as named versions of operators `=<<` and `<**>`.
* [#138](https://github.com/kowainik/relude/issues/138):
Add `RealFloat` to `Relude.Numeric`.
* [#144](https://github.com/kowainik/relude/issues/144):
Add `traverseToSnd` and friends to `Relude.Extra.Tuple`.
* [#140](https://github.com/kowainik/relude/issues/140):
Improve text of custom compile-time error messages for `elem` functions.
* [#127](https://github.com/kowainik/relude/issues/127):
Implement `Relude.Extra.Lens` module.
* [#136](https://github.com/kowainik/relude/issues/136):
Cover `Relude.Extra.*` modules with custom HLint rules.
* [#146](https://github.com/kowainik/relude/issues/146):
Expand Down

0 comments on commit 5596831

Please sign in to comment.