Skip to content

Commit 3939220

Browse files
committed
v0.8.0
1 parent 4f304c8 commit 3939220

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.mdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.8.0 (September 25th, 2014)
2+
3+
Features:
4+
5+
- Added new way to calculate the probability an alternative is the winner (@caser, #266, #251)
6+
- support multiple metrics per experiment (@stevenou, #260)
7+
8+
Bugfixes:
9+
10+
- Avoiding call to params in EncapsulatedHelper (@afn, #257)
11+
112
## 0.7.3 (September 16th, 2014)
213

314
Features:

lib/split/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Split
22
MAJOR = 0
3-
MINOR = 7
4-
PATCH = 3
3+
MINOR = 8
4+
PATCH = 0
55
VERSION = [MAJOR, MINOR, PATCH].join('.')
66
end

0 commit comments

Comments
 (0)