1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Add CHANGELOG entry

This commit is contained in:
Dmitry Vorotilin 2013-10-10 17:13:37 +04:00
parent fc7cc73b9f
commit 9b68f65b7f

View file

@ -2,6 +2,7 @@
#### Features ####
* Added ability to set paper_size via a driver setter (Philippe Lehoux)
* Can support Basic HTTP authentication
#### Bug fixes ####
* Use `Capybara::Helpers.normalize_whitespace` in filter_text to strip unicode whitespace (Wataru Miyaguni)