Skip to content

Commit

Permalink
Version 0.2.25.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Dec 20, 2013
1 parent 9e44eaa commit a19a9ba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# A Brief History of Yeti

## 0.2.25 / In Development
## 0.2.25 / 2013-12-20

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

## 0.2.24 / 2013-07-19

Expand Down
2 changes: 1 addition & 1 deletion doc/yeti/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectName": "Yeti",
"yetiVersion": "v0.2.25pre",
"yetiVersion": "v0.2.25",
"yuiGridsUrl": "http://yui.yahooapis.com/combo?3.14.1/build/cssfonts/cssfonts-min.css&3.14.1/build/cssgrids/cssgrids-min.css"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"yui3",
"test"
],
"version": "0.2.25-pre",
"version": "0.2.25",
"homepage": "htp://yuilibrary.com/projects/yeti",
"repository": {
"type": "git",
Expand Down

0 comments on commit a19a9ba

Please sign in to comment.