From 24a6f2386d4ee7f0def8af092f0afde90b1a938f Mon Sep 17 00:00:00 2001 From: Alessandro Rodi Date: Thu, 23 May 2024 17:05:40 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 265e7f54..c8a88d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.6.0 + +* [#849](https://github.com/CanCanCommunity/cancancan/pull/849): Update tests matrix. ([@coorasse][]) +* [#843](https://github.com/CanCanCommunity/cancancan/pull/843): Compress duplicate rules. ([@MrChoclate][]) +* [#841](https://github.com/CanCanCommunity/cancancan/pull/841): New https://cancancan.dev website. ([@pandermatt][]) +* [#839](https://github.com/CanCanCommunity/cancancan/pull/839): switch from database column detection to Rails attributes detection. ([@kalsan][]) ## 3.5.0 * [#653](https://github.com/CanCanCommunity/cancancan/pull/653): Add support for using an nil relation as a condition. ([@ghiculescu][]) @@ -707,3 +713,6 @@ Please read the [guide on migrating from CanCanCan 2.x to 3.0](https://github.co [@Juleffel]: https://github.com/Juleffel [@honigc]: https://github.com/honigc [@WriterZephos]: https://github.com/WriterZephos +[@MrChoclate]: https://github.com/MrChoclate +[@pandermatt]: https://github.com/pandermatt +[@kalsan]: https://github.com/kalsan