From 649c7271206f5d3da80625b2cb478201f48ff817 Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Tue, 6 Sep 2016 11:03:03 +0100 Subject: update changelog --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index aa7be8e..91d5d85 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,10 +4,19 @@ All notable changes to this program is documented in this file. ## Unreleased +### Added +- Introduced continous integration builds for Windows 32-bit binaries +- Added new extension commands for finding an element’s anonymous children and querying its attributes; accessible through the `/session/{sessionId}/moz/xbl/{elementId}/anonymous_children` to return all anonymous children and `/session/{sessionId}/moz/xbl/{elementId}/anonymous_by_attribute` to return an anonymous element by a name and attribute query + ### Changed - Accepted capabilities changed to a chromedriver-like dictionary of keys and values; this will cause `firefox_binary`, `firefox_args` and `firefox_profile` to stop working - Removed `--no-e10s` flag, and geckodriver will from now rely on the Firefox default multiprocessing settings (override using preferences) - Disable pop-up blocker in the default profile by @juangj +- Changed Rust compiler version to 1.12 (beta) temporarily because of [trouble linking Musl binaries](https://github.com/rust-lang/rust/issues/34978) +- + +### Fixed +- Corrected link to repository in Cargo metadata ## 0.10.0 (2016-08-02) -- cgit v1.2.3