Skip to content

Commit

Permalink
Prepare 3.8.6 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 4, 2019
1 parent 9ab2798 commit fbdca0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-3.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench-core`.

## 3.8.6

Released: 2019-08-04

### Changes

* Teardown test suite after using `fail()` method.
* Use `static function` rather than `function` whenever possible, the PHP engine does not need to instantiate and later GC a `$this` variable for said closure.

## 3.8.5

Released: 2019-06-10
Expand Down

0 comments on commit fbdca0c

Please sign in to comment.