Skip to content

Commit

Permalink
update CHANGELOG for 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Hofmann-Hicks committed Aug 29, 2017
1 parent bb0d105 commit 1fab6ef
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Change Log for `crocks`
v0.7.1 -- August 28, 2017
--
### Additions
* Crocks
* `Pair.toArray`
* Helpers:
* `mapReduce`
* Transforms
* `Pair/writerToPair`

### Optimizations
* General cleanup and better specs for `All`, `Any`, `Arrow` and `Pair`

### Pull Requests
* [#141 - Clean up `All`, `Any`, `Arrow` and `Pair`](https://github.com/evilsoft/crocks/pull/141)
* [#142 - Add Some `Pair` Transforms](https://github.com/evilsoft/crocks/pull/142)
* [#143 - Add `mapReduce` helper function](https://github.com/evilsoft/crocks/pull/143)

v0.7.0 -- July 28, 2017
--
### Breaking
Expand Down

0 comments on commit 1fab6ef

Please sign in to comment.