Skip to content

Commit 79667a3

Browse files
committed
v0.6.4
1 parent dd80194 commit 79667a3

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.mdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.6.4 (August 8, 2013)
2+
3+
Features:
4+
5+
- Add hooks for experiment deletion and resetting (@craigmcnamara, #198)
6+
- Allow Split::Helper to be used outside of a controller (@nfm, #190)
7+
- Show current Rails/Rack Env in dashboard (@rceee, #187)
8+
9+
Bugfixes:
10+
11+
- Fix whiplash algorithm when using goals (@swrobel, #193)
12+
13+
Misc:
14+
15+
- Refactor dashboard js (@buddhamagnet)
16+
117
## 0.6.3 (July 8, 2013)
218

319
Features:

lib/split/version.rb

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

0 commit comments

Comments
 (0)