Update NEWS for HEAD

This commit is contained in:
Matthew Horan 2013-02-11 18:51:49 -05:00
parent c74949bd04
commit 12cc63eff1
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
New for HEAD:
* Fix a memory leak in the logger.
* Add Vagrant configuration.
* Deprecate the stdout option for Connection.
* Make Node#text work for svg elements.
* Add Driver#version to print version info.
* Click elements with native events.
New for 0.14.1:
* Rescue from Errno::ESRCH in the exit hook in case webkit_server has already ended.