CHANGELOG.md in arbre-1.1.1 vs CHANGELOG.md in arbre-1.2.0.rc1

- old
+ new

@@ -1,7 +1,20 @@ -## unreleased [☰](https://github.com/activeadmin/arbre/compare/v1.1.0...master) +# Changelog +## Master (unreleased) + +## 1.2.0.rc1 [☰](https://github.com/activeadmin/arbre/compare/v1.1.1...v1.2.0.rc1) + +* Fix deprecation warning about single arity template handlers on Rails 6. [#110][] by [@aramvisser][] +* Fix rendering `link_to` with a block in a arbre template. [#64][] by [@varyonic][] +* Drop support for EOL'd rubies (under 2.3). [#78][] by [@deivid-rodriguez][] + +## 1.1.1 [☰](https://github.com/activeadmin/arbre/compare/v1.1.0...v1.1.1) + +* Use mime-types 2.x for Ruby 1.9 by [@timoschilling][] +* Verify Ruby 2.3 support. [#59][] by [@dlackty][] + ## 1.1.0 [☰](https://github.com/activeadmin/arbre/compare/v1.0.3...v1.1.0) * Tag option `for` sets the attribute when value is a string or symbol [#49][] by [@ramontayag][] ## 1.0.3 [☰](https://github.com/activeadmin/arbre/compare/v1.0.2...v1.0.3) @@ -54,14 +67,24 @@ [#33]: https://github.com/activeadmin/arbre/issues/33 [#36]: https://github.com/activeadmin/arbre/issues/36 [#39]: https://github.com/activeadmin/arbre/issues/39 [#40]: https://github.com/activeadmin/arbre/issues/40 [#49]: https://github.com/activeadmin/arbre/issues/49 +[#59]: https://github.com/activeadmin/arbre/issues/59 +[#64]: https://github.com/activeadmin/arbre/pull/64 +[#78]: https://github.com/activeadmin/arbre/pull/78 +[#110]: https://github.com/activeadmin/arbre/pull/110 + +[@aramvisser]: https://github.com/aramvisser [@LTe]: https://github.com/LTe [@OscarBarrett]: https://github.com/OscarBarrett [@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 [@jpmckinney]: https://github.com/jpmckinney [@kaapa]: https://github.com/kaapa [@ramontayag]: https://github.com/ramontayag -[@seanlinsley]: https://github.com/seanlinsley \ No newline at end of file +[@seanlinsley]: https://github.com/seanlinsley +[@timoschilling]: https://github.com/timoschilling +[@varyonic]: https://github.com/varyonic