Skip to content

Commit 2f666ac

Browse files
committed
Update changelog
1 parent 5b86061 commit 2f666ac

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
## 4.0.1 (December 30th, 2021)
225

326
Bugfixes:

0 commit comments

Comments
 (0)