Skip to content

Commit 4546bb8

Browse files
committed
update CHANGELOG
1 parent fbca3f5 commit 4546bb8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# ScalaCheck CHANGELOG
22

3+
## 1.15.2 (2020-12-07)
4+
5+
* Binary compatible with 1.15.1 version of ScalaCheck.
6+
7+
### Changed
8+
9+
* Avoid filtering in `nonEmptyBuildableOf`
10+
[#709](https://github.com/typelevel/scalacheck/pull/709)
11+
12+
* Drop support for Scala.js 0.6
13+
[#713](https://github.com/typelevel/scalacheck/pull/713)
14+
15+
* Add support for Scala.js on Scala 3
16+
[#713](https://github.com/typelevel/scalacheck/pull/712)
17+
18+
### Fixed
19+
20+
* Regression in `Gen.nonEmptyBuildableOf` and dependent methods
21+
* [#708](https://github.com/typelevel/scalacheck/issues/708)
22+
* [#714](https://github.com/typelevel/scalacheck/issues/714)
23+
324
## 1.15.1 (2020-11-06)
425

526
* Binary compatible with 1.15.0 version of ScalaCheck.

0 commit comments

Comments
 (0)