We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd80194 commit 79667a3Copy full SHA for 79667a3
2 files changed
CHANGELOG.mdown
@@ -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
17
## 0.6.3 (July 8, 2013)
18
19
Features:
lib/split/version.rb
@@ -1,6 +1,6 @@
module Split
MAJOR = 0
MINOR = 6
- PATCH = 3
+ PATCH = 4
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments