Skip to content

Commit

Permalink
Fix up indentation in change log file
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Dec 9, 2013
1 parent b81838d commit 92b4dff
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* Added ability to set paper_size via a driver setter (Philippe Lehoux)
* Can support Basic HTTP authentication
* Added basic implementation of `send_keys`
* Added ability to go_back, go_forward, set the contents of a contenteditable element and Capybara 2.2 support (Pedro Carriço)
* Added ability to go_back, go_forward, set the contents of a contenteditable
element and Capybara 2.2 support (Pedro Carriço)

#### Bug fixes ####
* Use `Capybara::Helpers.normalize_whitespace` in filter_text to strip unicode
Expand All @@ -29,11 +30,14 @@
* Can set cookies for given domain
* Can get open window names with window_handles [Issue #178]
* Added ability to read and append headers (Dmitry Vorotilin) [Issue #187]
* Added ability to set headers only for the first request (Dmitry Vorotilin) [Issue #337]
* Added ability to set headers only for the first request
(Dmitry Vorotilin) [Issue #337]
* Depend on Cliver for command-line dependency detection.
* Added ability to scroll with `driver.scroll_to left, top` (Jim Lim)
* Added ability to capture an element with `driver.render selector: '#id'` (Jim Lim)
* Added ability to render base64-encoded image with `driver.render_base64` (Jim Lim) [Issue #189]
* Added ability to capture an element with `driver.render selector: '#id'`
(Jim Lim)
* Added ability to render base64-encoded image with `driver.render_base64`
(Jim Lim) [Issue #189]

#### Bug fixes ####

Expand All @@ -43,10 +47,12 @@
(Ryan Schlesinger) [Issue #312]
* Fix "wrong exec option symbol: pgroup" error on windows (Andrew Meyer)
[Issue #314]
* Fixed closing of open pipes after use (driver.quit now performs pipe.close) [Issue #310]
* Fixed closing of open pipes after use (driver.quit now performs pipe.close)
[Issue #310]
* Fix NoMethodError when using has_css with a count on svg elements
* Fix URI::InvalidURIError raised when setting a cookie after loading a
page with a space in the url or when using Capybara::Session#current_path [Issue #349]
page with a space in the url or when using Capybara::Session#current_path
[Issue #349]
* Fix leak of phantomjs processes by adding a GC finalizer to the
Capybara::Poltergeist::Client object that creates them [Issue #348]

Expand Down Expand Up @@ -111,7 +117,7 @@
figuring out timeout errors.
* Add the ability to extend the phantomjs environment via browser
options. e.g.
`Capybara::Poltergeist::Driver.new( app, :extensions => ['file.js', 'another.js'])`
`Capybara::Poltergeist::Driver.new(app, :extensions => ['file.js', 'another.js'])`
(Jon Rowe)

#### Bug fixes ####
Expand Down Expand Up @@ -270,10 +276,12 @@

#### Bug fixes ####

* Fix bug where we could end up interacting with an obsolete element. [Issue #30]
* Fix bug where we could end up interacting with an obsolete element.
[Issue #30]
* Raise an suitable error if PhantomJS returns a non-zero exit status.
Previously a version error would be raised, indicating that the
PhantomJS version was too old when in fact it did not start at all. [Issue #23]
PhantomJS version was too old when in fact it did not start at all.
[Issue #23]
* Ensure the `:timeout` option is actually used. [Issue #36]
* Nodes need to know which page they are associated with. Before this,
if Javascript caused a new page to load, existing node references
Expand Down

0 comments on commit 92b4dff

Please sign in to comment.