Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Apr 28, 2020
1 parent e521ca0 commit 7fad517
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/changelog/0.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
* `Gen#to1(Factory)` - eg. `Gen.int.to1(List)`
* `Gen#arraySeq` - eg. `Gen.int.arraySeq` & `Gen.int.arraySeq(0 to 4)`
* `Gen#arraySeq1` - eg. `Gen.int.arraySeq1` & `Gen.int.arraySeq1(1 to 4)`

## 0.9.2

* Cross-publish for Scala.JS 1.0

0 comments on commit 7fad517

Please sign in to comment.