Skip to content

Commit a67bc5b

Browse files
committed
Add missing entries to v2.6.0 CHANGELOG
- Bug fix: gem loading error without ActionCable (#200, #201) - Bug fix: Rails 8.1 deprecation warnings for resources method - Dependency: minimum Ruby version updated to 2.7.0
1 parent 5641cc9 commit a67bc5b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Enhancements:
77
* Add email attachment support for notification emails with three-level configuration (global, target, notifiable) - [#154](https://github.com/simukappu/activity_notification/issues/154)
88
* Add documentation for `notification_email_allowed?` override - [#206](https://github.com/simukappu/activity_notification/pull/206)
99

10+
Bug Fixes:
11+
12+
* Fix gem loading error without ActionCable when `eager_load` is true - [#200](https://github.com/simukappu/activity_notification/issues/200) [#201](https://github.com/simukappu/activity_notification/pull/201)
13+
* Fix Rails 8.1 deprecation warnings for `resources` method in route definitions
14+
15+
Dependency:
16+
17+
* Update minimum Ruby version to 2.7.0 (required by Rails 7.0+)
18+
1019
Breaking Changes:
1120

1221
* **Migration required**: Add `notifiable_type` and `notifiable_id` columns to subscriptions table and update unique index. See the [Upgrade Guide](docs/Upgrade-to-2.6.md) for details.

0 commit comments

Comments
 (0)