Skip to content

Commit

Permalink
project: added missing release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-eric-torreborre committed Jun 18, 2020
1 parent f4f65f6 commit 2b5390a
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
10 changes: 10 additions & 0 deletions notes/4.10.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Maintenance release

## Improvements

* *guide* #834 added a note about trait inheritance for contexts

## Fixes

* allow parameters to be injected in ScalaJS specifications
* moved scala and scalaz future matchers to the JVM
13 changes: 13 additions & 0 deletions notes/4.9.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ScalaJS 1.0 release

## Improvements

* *core* upgraded ScalaJS to 1.0
* *core* #809 upgraded scala versions (by @xuwei-k)
* *mock* #808 upgraded mockito-core to 3.3.0
* *guide* - added an example on using `noShrink` in the user guide

## Fixes

* *core* #749 special-case `Option` for quoting values
* *core* #798 proper fix for possible regex match failures in `SpecificationFinder` when trying to find specification class names
5 changes: 5 additions & 0 deletions notes/4.9.1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Maintenance release

## Fixes

* *core* fixed the instantiation of specification objects with ScalaJS
6 changes: 6 additions & 0 deletions notes/4.9.2.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Maintenance release

## Fixes

* *project* release a clean 4.9.2 for ScalaJS 1.0
* more complete implementation of `Classes` for ScalaJS
6 changes: 6 additions & 0 deletions notes/4.9.3.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Maintenance release

## Fixes

* #822 catch fatal errors in executions
* #818 changed the implementation for `beCloseTo` with significant figures
5 changes: 5 additions & 0 deletions notes/4.9.4.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Maintenance release

## Fixes

* #757 fixed the instantiation of objects (by @xuwei_k)

0 comments on commit 2b5390a

Please sign in to comment.