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 bdf2851 commit 5167fafCopy full SHA for 5167faf
CHANGELOG.mdown
@@ -1,3 +1,14 @@
1
+## 0.7.3 (September 16th, 2014)
2
+
3
+Features:
4
5
+ - Disable all split tests via a URL parameter (@hwartig, #263)
6
7
+Bugfixes:
8
9
+ - Correctly escape experiment names on dashboard (@ecaron, #265)
10
+ - Handle redis connection exception error properly (@andrew, #245)
11
12
## 0.7.2 (June 12th, 2014)
13
14
Features:
lib/split/version.rb
@@ -1,6 +1,6 @@
module Split
MAJOR = 0
MINOR = 7
- PATCH = 2
+ PATCH = 3
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments