diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fce9d7..1fde58b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Next +- Add `puppeteer.connect` to connect to an existing Chromium instance +- Add `slowMo` parameter for `puppeteer.launch` et `puppeteer.connect` to slow down communications with the browser. +- Create `Worker` from service_worker and shared_worker. +- Use a default viewport of 1280x1024 by default (allow to pass null to disable the default). + ## 1.5.0 (2019-05-07) - Rename classes `Frame`, `Request` & `Response` to match the puppeteer API - Add Worker class