File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- ## 4.0.0.pre2
1+ ## 4.0.0 (December 30th, 2021)
22
33Bugfixes:
44- ab_test must return metadata on error or if split is disabled/excluded user (@andrehjr , #622 )
@@ -7,7 +7,7 @@ Bugfixes:
77- Respect experiment defaults when loading experiments in initializer. (@mattwd7 , #599 )
88- Removes metadata key when it updated to nil (@andrehjr , #633 )
99- Force experiment does not count for metrics (@andrehjr , #637 )
10- - Fix cleanup_old_versions! misbehaviour (@serggi , #661 )
10+ - Fix cleanup_old_versions! misbehaviour (@serggl , #661 )
1111
1212Features:
1313- Make goals accessible via on_trial_complete callbacks (@robin-phung , #625 )
3232- Remove 'set' parsing for alternatives. Sets were used as storage and deprecated on 0.x (@andrehjr , #639 )
3333- Adding documentation related to what is stored on cookies. (@andrehjr , #634 )
3434- Keep railtie defined under the Split gem namespace (@avit , #666 )
35+ - Update RSpec helper to support block syntax (@clowder , #665 )
3536
3637## 3.4.1 (November 12th, 2019)
3738
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Split
4- VERSION = "4.0.0.pre2 "
4+ VERSION = "4.0.0"
55end
You can’t perform that action at this time.
0 commit comments