From db4f8d75b7c9acf88ef1712e9ccf51c15540934d Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 29 Oct 2019 16:58:57 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aff36ec8e..9b5151205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/dusk/compare/v5.5.2...5.0) +## [Unreleased](https://github.com/laravel/dusk/compare/v5.6.0...5.0) + + +## [v5.6.0 (2019-10-29)](https://github.com/laravel/dusk/compare/v5.5.2...v5.6.0) + +### Added +- Add scrollTo method ([#684](https://github.com/laravel/dusk/pull/684)) + +### Fixed +- Add graceful handler for `SIGINT` for .env restoration ([#682](https://github.com/laravel/dusk/pull/682), [f843b8a](https://github.com/laravel/dusk/commit/f843b8a51ae96933cefcc74dec515377d3135611)) ## [v5.5.2 (2019-09-24)](https://github.com/laravel/dusk/compare/v5.5.1...v5.5.2)