Skip to content

Commit 23c3467

Browse files
committed
Merge pull request #1004 from typelevel/topic/even-more-0.5.0-release-notes
Since the last release notes updates I merged a few more things.
2 parents ca8e4f5 + 5edefa3 commit 23c3467

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

AUTHORS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,28 @@ A successful open-source project relies upon the community to:
1212
This file lists the people whose contributions have made Cats
1313
possible:
1414

15+
* 3rdLaw
1516
* Adelbert Chang
17+
* Aldo Stracquadanio
1618
* Alessandro Lacava
1719
* Alexey Levan
1820
* Alissa Pajer
1921
* Alistair Johnson
2022
* Amir Mohammad Saied
2123
* Andrew Jones
24+
* Angelo Genovese
2225
* Antoine Comte
2326
* Arya Irani
2427
* Ash Pook
2528
* Benjamin Thuillier
29+
* Binh Nguyen
2630
* Bobby Rauchenberg
2731
* Brendan McAdams
2832
* Cody Allen
2933
* Colt Frederickson
3034
* Dale Wijnand
35+
* Daniel Spiewak
36+
* Dave Gurnell
3137
* Dave Rostron
3238
* David Allsopp
3339
* David Gregory
@@ -40,19 +46,25 @@ possible:
4046
* Eugene Yokota
4147
* Feynman Liang
4248
* Frank S. Thomas
49+
* Ian McIntosh
50+
* ImLiar
4351
* Jean-Rémi Desjardins
4452
* Jisoo Park
4553
* Josh Marcus
4654
* Juan Pedro Moreno
4755
* Julien Richard-Foy
4856
* Julien Truffaut
57+
* Kailuo Wang
4958
* Kenji Yoshida
5059
* Long Cao
5160
* Luis Angel Vicente Sanchez
61+
* Luis Sanchez
5262
* Luke Wyman
5363
* Marc Siegel
5464
* Markus Hauck
65+
* Matt Martin
5566
* Matthias Lüneberg
67+
* Max Worgan
5668
* Michael Pilquist
5769
* Mike Curry
5870
* Miles Sabin
@@ -61,18 +73,22 @@ possible:
6173
* Pascal Voitot
6274
* Paul Phillips
6375
* Pavkin Vladimir
76+
* Pere Villega
77+
* Peter Neyens
6478
* Philip Wills
6579
* Raúl Raja Martínez
6680
* Rintcius Blok
6781
* Rob Norris
6882
* Romain Ruetschi
6983
* Ross A. Baker
84+
* Ryan Case
7085
* Sarunas Valaskevicius
7186
* Shunsuke Otani
7287
* Sinisa Louc
7388
* Stephen Judkins
7489
* Stew O'Connor
7590
* Sumedh Mungee
91+
* Tomas Mikula
7692
* Travis Brown
7793
* Wedens
7894
* Yosef Fertel

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ And additions:
3030
* [#973](https://github.com/typelevel/cats/pull/973): Add `flatMapF` for `StateT`
3131
* [#985](https://github.com/typelevel/cats/pull/985): Add object `reducible` for reducible syntax
3232
* [#994](https://github.com/typelevel/cats/pull/994): updated to latest algebra (brought in all the new goodies)
33+
* [#996](https://github.com/typelevel/cats/pull/996): Add `SemigroupK` instance for `Xor`
34+
* [#998](https://github.com/typelevel/cats/pull/998): Add `SemigroupK` instance for `Validated`
3335

3436

3537
And bug fixes:
@@ -69,7 +71,8 @@ And some other improvements to the documentation, tutorials, laws and tests, inc
6971
* [#972](https://github.com/typelevel/cats/pull/972): Fix swapped f and g in `invariant` docs
7072
* [#979](https://github.com/typelevel/cats/pull/979): Fix outdated import for `cats.syntax.apply._`
7173
* [#995](https://github.com/typelevel/cats/pull/995): Move coverage away from bash
72-
* [#1002](https://github.com/typelevel/cats/pull/1002): correct the url to Data types à la carte
74+
* [#1002](https://github.com/typelevel/cats/pull/1002): Correct the URL for *Data types à la carte*
75+
7376

7477
As always thanks to everyone who filed issues, participated in the Cats Gitter
7578
channel, submitted code, or helped review pull requests.

0 commit comments

Comments
 (0)