22
33## Master (unreleased)
44
5+ ## 1.5.0 [ ☰] ( https://github.com/activeadmin/arbre/compare/v1.4.0...v1.5.0 )
6+
7+ * Avoid mutating string literals. [ #292 ] [ ] by [ @tomgilligan ] [ ]
58* Allow activesupport 7.0. [ #314 ] [ ] by [ @tagliala ] [ ]
9+ * Drop ruby 2.5 support. [ #315 ] [ ] by [ @alejandroperea ] [ ]
10+ * Fix keyword delegation in form component. [ #318 ] [ ] by [ @deivid-rodriguez ] [ ]
611
712## 1.4.0 [ ☰] ( https://github.com/activeadmin/arbre/compare/v1.3.0...v1.4.0 )
813
@@ -100,11 +105,15 @@ Initial release and extraction from Active Admin
100105[ #202 ] : https://github.com/activeadmin/arbre/pull/202
101106[ #205 ] : https://github.com/activeadmin/arbre/pull/205
102107[ #242 ] : https://github.com/activeadmin/arbre/pull/242
108+ [ #292 ] : https://github.com/activeadmin/arbre/pull/292
103109[ #314 ] : https://github.com/activeadmin/arbre/pull/314
110+ [ #315 ] : https://github.com/activeadmin/arbre/pull/315
111+ [ #318 ] : https://github.com/activeadmin/arbre/pull/318
104112
105113[ @aramvisser ] : https://github.com/aramvisser
106114[ @LTe ] : https://github.com/LTe
107115[ @OscarBarrett ] : https://github.com/OscarBarrett
116+ [ @alejandroperea ] : https://github.com/alejandroperea
108117[ @alexesDev ] : https://github.com/alexesDev
109118[ @deivid-rodriguez ] : https://github.com/deivid-rodriguez
110119[ @dlackty ] : https://github.com/dlackty
@@ -117,3 +126,4 @@ Initial release and extraction from Active Admin
117126[ @timoschilling ] : https://github.com/timoschilling
118127[ @varyonic ] : https://github.com/varyonic
119128[ @tagliala ] : https://github.com/tagliala
129+ [ @tomgilligan ] : https://github.com/tomgilligan
0 commit comments