|
| 1 | +## 3.3.2 (April 12th, 2019) |
| 2 | + |
| 3 | +Features: |
| 4 | +- Added uptime robot to configuration.rb (@razel1982, #556) |
| 5 | +- Check to see if being run in Rails application and run in before_initialize (@husteadrobert, #555) |
| 6 | + |
| 7 | +Bugfixes: |
| 8 | +- Fix error message interpolation (@hanibash, #553) |
| 9 | +- Fix Bigdecimal warnings (@agraves, #551) |
| 10 | +- Avoid hitting up on redis for robots/excluded users. (@andrehjr, #544) |
| 11 | +- Checks for defined?(request) on Helper#exclude_visitor?. (@andrehjr) |
| 12 | + |
| 13 | +Misc: |
| 14 | +- Update travis to add Rails 6 (@edmilton, #559) |
| 15 | +- Fix broken specs in developement environment (@dougpetronilio, #557) |
| 16 | + |
1 | 17 | ## 3.3.1 (January 11th, 2019)
|
| 18 | + |
| 19 | +Features: |
2 | 20 | - Filter some more bots (@janosch-x, #542)
|
| 21 | + |
| 22 | +Bugfixes: |
3 | 23 | - Fix Dashboard Pagination Helper typo (@cattekin, #541)
|
4 |
| -- Tweak RSpec instructions (@eliotsykes, #540) |
5 | 24 | - Do not storage alternative in cookie if experiment has a winner (@sadhu89, #539)
|
6 |
| -- Improve README regarding rspec usage (@vermaxik, #538) |
7 | 25 | - fix user participating alternative not found (@NaturalHokke, #536)
|
8 | 26 |
|
| 27 | +Misc: |
| 28 | +- Tweak RSpec instructions (@eliotsykes, #540) |
| 29 | +- Improve README regarding rspec usage (@vermaxik, #538) |
| 30 | + |
9 | 31 | ## 3.3.0 (August 13th, 2018)
|
10 | 32 |
|
11 | 33 | Features:
|
|
0 commit comments