|
| 1 | +# 4.0.2 (December 2nd, 2022) |
| 2 | + |
| 3 | +Bugfixes: |
| 4 | +- Stop crashing on non-hash json (@knarewski, #697) |
| 5 | +- Handle when Rails is partially loaded as a Gem (@TSMMark, #687) |
| 6 | + |
| 7 | +Features: |
| 8 | +- Add support for redis-client, which does not automatically cast types to strings (@knarewski, #696) |
| 9 | +- Add ability to initialize experiments (@robin-phung, #673) |
| 10 | + |
| 11 | +Misc: |
| 12 | +- Fix default branch name and gem metadata indentation (@ursm, #693) |
| 13 | +- Update actions/checkout to v3 (@andrehjr, #683) |
| 14 | +- Enforce double quotes (@andrehjr, #682) |
| 15 | +- Fix Rubocop Style/* Offenses (@andrehjr, #681) |
| 16 | +- Enable rubocop on Github Actions (@andrehjr, #680) |
| 17 | +- Fix all Layout issues on the project (@andrehjr, #679) |
| 18 | +- Fix Style/HashSyntax offenses (@andrehjr, #678) |
| 19 | +- Remove usage of deprecated implicit block expectation from specs (@andrehjr, #677) |
| 20 | +- Remove appraisals configuration (@andrehjr, #676) |
| 21 | +- Add Ruby 3.1 (@andrehjr, #675) |
| 22 | +- Encapsulate Split::Algorithms at our own module to avoid explicit calling rubystats everywhere (@andrehjr, #674) |
| 23 | + |
1 | 24 | ## 4.0.1 (December 30th, 2021) |
2 | 25 |
|
3 | 26 | Bugfixes: |
|
0 commit comments