We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7de33 commit fa6cad9Copy full SHA for fa6cad9
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 2.0.0
4
+
5
+- **Fixed** Deprecation warnings in Ruby 2.7/3.0 due to double splat operator
6
+- **Fixed** Ruby warnings due to unused variables `e` in exception handling
7
+- **Added** Ruby 3.1 support
8
+- **Added** Rails 7.0 support
9
+- **Removed** Ruby <= 2.4 support
10
+- **Removed** Rails <= 4.2 support
11
12
## 1.6.4
13
14
- **Fixed** exception when not using MySQL or Postgres (see #335, thanks to [Roland Netzsch](https://github.com/stuxcrystal))
0 commit comments