CHANGELOG.md in arbre-1.4.0 vs CHANGELOG.md in arbre-1.5.0

- old
+ new

@@ -1,9 +1,16 @@ # Changelog ## Master (unreleased) +## 1.5.0 [☰](https://github.com/activeadmin/arbre/compare/v1.4.0...v1.5.0) + +* Avoid mutating string literals. [#292][] by [@tomgilligan][] +* Allow activesupport 7.0. [#314][] by [@tagliala][] +* Drop ruby 2.5 support. [#315][] by [@alejandroperea][] +* Fix keyword delegation in form component. [#318][] by [@deivid-rodriguez][] + ## 1.4.0 [☰](https://github.com/activeadmin/arbre/compare/v1.3.0...v1.4.0) * Allow activesupport 6.1 prereleases. [#242][] by [@deivid-rodriguez][] ## 1.3.0 [☰](https://github.com/activeadmin/arbre/compare/v1.2.1...v1.3.0) @@ -96,14 +103,19 @@ [#152]: https://github.com/activeadmin/arbre/pull/152 [#177]: https://github.com/activeadmin/arbre/pull/177 [#202]: https://github.com/activeadmin/arbre/pull/202 [#205]: https://github.com/activeadmin/arbre/pull/205 [#242]: https://github.com/activeadmin/arbre/pull/242 +[#292]: https://github.com/activeadmin/arbre/pull/292 +[#314]: https://github.com/activeadmin/arbre/pull/314 +[#315]: https://github.com/activeadmin/arbre/pull/315 +[#318]: https://github.com/activeadmin/arbre/pull/318 [@aramvisser]: https://github.com/aramvisser [@LTe]: https://github.com/LTe [@OscarBarrett]: https://github.com/OscarBarrett +[@alejandroperea]: https://github.com/alejandroperea [@alexesDev]: https://github.com/alexesDev [@deivid-rodriguez]: https://github.com/deivid-rodriguez [@dlackty]: https://github.com/dlackty [@dtaniwaki]: https://github.com/dtaniwaki [@gregbell]: https://github.com/gregbell @@ -111,5 +123,7 @@ [@kaapa]: https://github.com/kaapa [@ramontayag]: https://github.com/ramontayag [@seanlinsley]: https://github.com/seanlinsley [@timoschilling]: https://github.com/timoschilling [@varyonic]: https://github.com/varyonic +[@tagliala]: https://github.com/tagliala +[@tomgilligan]: https://github.com/tomgilligan