- support Selenium 2.53.6
- find_by_text support quotes ([420](https://github.com/cobrateam/splinter/pull/420)).
- Selenium capabilities for Firefox driver ([417](https://github.com/cobrateam/splinter/pull/417)).
- multi-select support for Django and Flask ([443](https://github.com/cobrateam/splinter/pull/443)).
- custom headers support to Flask ([444](https://github.com/cobrateam/splinter/pull/444)).
- add `in` operation for cookies ([445](https://github.com/cobrateam/splinter/pull/445)).
- Support for `is_element_present_by_*` in non-javascript drivers ([463](https://github.com/cobrateam/splinter/pull/463)).
- incognito mode for Google Chrome ([465](https://github.com/cobrateam/splinter/pull/465)).
- support for clearing text field types ([479](https://github.com/cobrateam/splinter/pull/479)).
- allow to pass a chrome Options instance to Browser ([494 (https://github.com/cobrateam/splinter/pull/494)).
- new click_link_by_id method ([498](https://github.com/cobrateam/splinter/pull/498)).
Backward incompatible changes
- RequestHandler is removed and the `status` use lazy evaluation.