Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Oct 6, 2020
1 parent 613778f commit 3dd0f1f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Release Notes

## [Unreleased](https://github.com/laravel/dusk/compare/v6.7.0...6.x)
## [Unreleased](https://github.com/laravel/dusk/compare/v6.8.0...6.x)


## [v6.8.0 (2020-10-06](https://github.com/laravel/dusk/compare/v6.7.0...v6.8.0)

### Added
- Add `assertScript()` ([#821](https://github.com/laravel/dusk/pull/821))
- Added `waitForTextIn` Function ([#823](https://github.com/laravel/dusk/pull/823))
- Allow to utilise browser "about:blank" page ([#824](https://github.com/laravel/dusk/pull/824))

### Fixed
- Fix choosing random elements on `<select>` ([#822](https://github.com/laravel/dusk/pull/822))
- Fix `logout()` when using AuthenticateSession middleware ([#826](https://github.com/laravel/dusk/pull/826))


## [v6.7.0 (2020-09-29](https://github.com/laravel/dusk/compare/v6.6.1...v6.7.0)
Expand Down

0 comments on commit 3dd0f1f

Please sign in to comment.