Commit 92156297 92156297574e340b2c48567491e1b934e80f5dbb by Nicolas Perriault

updated CHANGELOG

1 parent 2c8ee5d6
...@@ -69,6 +69,7 @@ None yet. ...@@ -69,6 +69,7 @@ None yet.
69 XXXX-XX-XX, v1.0.2 69 XXXX-XX-XX, v1.0.2
70 ------------------ 70 ------------------
71 71
72 - fixed [#370](https://github.com/n1k0/casperjs/pull/370) - mergeObjects failed to deep-clone when the target object did not contain the corresponding key
72 - fixed [#375](https://github.com/n1k0/casperjs/pull/375) - Fixes a bug with getting form values for radio inputs, and introduces a minor optimization to avoid processing the same form fields more than once. 73 - fixed [#375](https://github.com/n1k0/casperjs/pull/375) - Fixes a bug with getting form values for radio inputs, and introduces a minor optimization to avoid processing the same form fields more than once.
73 - closed [#373](https://github.com/n1k0/casperjs/issues/373) - added RegExp support to `Casper.waitForText()` 74 - closed [#373](https://github.com/n1k0/casperjs/issues/373) - added RegExp support to `Casper.waitForText()`
74 - fixed [#368](https://github.com/n1k0/casperjs/issues/368) - Remote JS error is thrown when a click target is missing after `click()` 75 - fixed [#368](https://github.com/n1k0/casperjs/issues/368) - Remote JS error is thrown when a click target is missing after `click()`
......
1 Subproject commit ab90b19b3d5e928fe7b0d17a166cf1231c7436f2 1 Subproject commit 4548843fed597806df70b4164dd1e32540de75cf
......