File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 3.0.0 (March 30th, 2017)
2+
3+ Features:
4+
5+ - added block randomization algorithm and specs (@hulleywood , #475 )
6+ - Add ab_record_extra_info to allow record extra info to alternative and display on dashboard. (@tranngocsam , #460 )
7+
8+ Bugfixes:
9+
10+ - Avoid crashing on Ruby 2.4 for numeric strings (@flori , #470 )
11+ - Fix issue where redis isn't required (@tomciopp , #466 )
12+
13+ Misc:
14+
15+ - Avoid variable_size_secure_compare private method (@eliotsykes , #465 )
16+
117## 2.2.0 (November 11th, 2016)
218
319** Backwards incompatible!** Redis keys are renamed. Please make sure all running tests are completed before you upgrade, as they will reset.
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module Split
3- MAJOR = 2
4- MINOR = 2
3+ MAJOR = 3
4+ MINOR = 0
55 PATCH = 0
66 VERSION = [ MAJOR , MINOR , PATCH ] . join ( '.' )
77end
You can’t perform that action at this time.
0 commit comments