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 b547253 commit 0871647Copy full SHA for 0871647
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 1.4.1 (April 21st, 2016)
2
+
3
+Bugfixes:
4
5
+- respect manual start configuration after an experiment has been deleted (@mtyeh411, #372)
6
7
+Misc:
8
9
+- Introduce goals collection to reduce complexity of Experiment#save (@pakallis, #365)
10
+- Revise specs according to http://betterspecs.org/ (@hkliya, #369)
11
12
## 1.4.0 (April 2nd, 2016)
13
14
Features:
lib/split/version.rb
@@ -2,6 +2,6 @@
module Split
MAJOR = 1
MINOR = 4
- PATCH = 0
+ PATCH = 1
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments