You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ and as of v1.0.0 this project adheres to [Semantic Versioning](https://semver.or
9
9
### Changed
10
10
-`.class_eval` now raises an exception when called on `ConnectionProxy`. Use `.arhp_connection_proxy_class_eval` if you _really_ need to modify the `ConnectionProxy` class.
11
11
12
+
### Added
13
+
- Testing with Rails 8.1.
14
+
12
15
### Removed
13
16
-`ConnectionProxy` no longer overrides `#class` to return the class of the proxied connection adapter.
0 commit comments