Skip to content

Commit a19a9ba

Browse files
committed
Version 0.2.25.
1 parent 9e44eaa commit a19a9ba

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

HISTORY.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# A Brief History of Yeti
22

3-
## 0.2.25 / In Development
3+
## 0.2.25 / 2013-12-20
4+
5+
* Add `--caps` command-line option to specify Selenium capabilities directly.
6+
* Fix Windows support by using USERPROFILE instead of HOME for configuration locator.
7+
* Fix potential memory leaks by breaking references to objects when testing completes.
8+
* Fix "No browsers connected, exiting" bug.
9+
* Fix crash when encoding an undefined value in the JUnit XML reporter.
10+
* Fix bug in internal state when test skipped because it did not exist.
11+
* Add IE 11 and Windows 8.1 to User-Agent list.
12+
* Update wd and request dependencies.
413

514
## 0.2.24 / 2013-07-19
615

doc/yeti/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"projectName": "Yeti",
3-
"yetiVersion": "v0.2.25pre",
3+
"yetiVersion": "v0.2.25",
44
"yuiGridsUrl": "http://yui.yahooapis.com/combo?3.14.1/build/cssfonts/cssfonts-min.css&3.14.1/build/cssgrids/cssgrids-min.css"
55
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"yui3",
1919
"test"
2020
],
21-
"version": "0.2.25-pre",
21+
"version": "0.2.25",
2222
"homepage": "htp://yuilibrary.com/projects/yeti",
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)