Skip to content

Commit

Permalink
Add #539 to the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jul 13, 2018
1 parent 87c201f commit 6f788f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ The library comes with these predefined predicates:
The following people have helped making **refined** great:

* [Alexandre Archambault](https://github.com/alexarchambault)
* [Chris Birchall](https://github.com/cb372)
* [Chris Hodapp](https://github.com/clhodapp)
* [Cody Allen](https://github.com/ceedubs)
* [Dale Wijnand](https://github.com/dwijnand)
Expand Down
8 changes: 8 additions & 0 deletions notes/0.9.3.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### New features

* Add `refinedSize` as extension method to `cats.data.NonEmptyList`
that returns the size of the `NonEmptyList` as a `PosInt`.
([#539][#539] by [@cb372][@cb372])

### Changes

* Drop support for Scala 2.10. ([#537][#537] by [@fthomas][@fthomas])
Expand All @@ -8,5 +14,7 @@

[#537]: https://github.com/fthomas/refined/pull/537
[#538]: https://github.com/fthomas/refined/pull/538
[#539]: https://github.com/fthomas/refined/pull/539

[@cb372]: https://github.com/cb372
[@fthomas]: https://github.com/fthomas

0 comments on commit 6f788f5

Please sign in to comment.