File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments