Commit a19a9ba 1 parent 9e44eaa commit a19a9ba Copy full SHA for a19a9ba
File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# A Brief History of Yeti
2
2
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.
4
13
5
14
## 0.2.24 / 2013-07-19
6
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"projectName" : " Yeti" ,
3
- "yetiVersion" : " v0.2.25pre " ,
3
+ "yetiVersion" : " v0.2.25 " ,
4
4
"yuiGridsUrl" : " http://yui.yahooapis.com/combo?3.14.1/build/cssfonts/cssfonts-min.css&3.14.1/build/cssgrids/cssgrids-min.css"
5
5
}
Original file line number Diff line number Diff line change 18
18
" yui3" ,
19
19
" test"
20
20
],
21
- "version" : " 0.2.25-pre " ,
21
+ "version" : " 0.2.25" ,
22
22
"homepage" : " htp://yuilibrary.com/projects/yeti" ,
23
23
"repository" : {
24
24
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments