CHANGELOG.md in arbre-2.0.0 vs CHANGELOG.md in arbre-2.0.1
- old
+ new
@@ -1,7 +1,12 @@
# Changelog
+## 2.0.1 [☰](https://github.com/activeadmin/arbre/compare/v2.0.0...v2.0.1)
+
+* Drop dependency on ruby2_keywords. [#578][] by [@Earlopain][]
+* Performance improvements in HTML generation. [#562][], [#617][] by [@tagliala][]
+
## 2.0.0 [☰](https://github.com/activeadmin/arbre/compare/v1.7.0...v2.0.0)
* Include empty attributes in HTML output. [#543][] by [@javierjulio][]
* Remove table tag defaults. [#542][] by [@javierjulio][]
* Remove component CSS class name default. [#545][] by [@javierjulio][]
@@ -97,11 +102,10 @@
## 1.0.0.rc1
Initial release and extraction from Active Admin
-<!--- The following link definition list is generated by PimpMyChangelog --->
[#4]: https://github.com/activeadmin/arbre/issues/4
[#6]: https://github.com/activeadmin/arbre/issues/6
[#7]: https://github.com/activeadmin/arbre/issues/7
[#16]: https://github.com/activeadmin/arbre/issues/16
[#32]: https://github.com/activeadmin/arbre/issues/32
@@ -132,10 +136,13 @@
[#537]: https://github.com/activeadmin/arbre/pull/537
[#539]: https://github.com/activeadmin/arbre/pull/539
[#542]: https://github.com/activeadmin/arbre/pull/542
[#543]: https://github.com/activeadmin/arbre/pull/543
[#545]: https://github.com/activeadmin/arbre/pull/545
+[#562]: https://github.com/activeadmin/arbre/pull/562
+[#578]: https://github.com/activeadmin/arbre/pull/578
+[#617]: https://github.com/activeadmin/arbre/pull/617
[@aramvisser]: https://github.com/aramvisser
[@LTe]: https://github.com/LTe
[@OscarBarrett]: https://github.com/OscarBarrett
[@alejandroperea]: https://github.com/alejandroperea
@@ -155,5 +162,6 @@
[@mynnx]: https://github.com/mynnx
[@Ikariusrb]: https://github.com/Ikariusrb
[@ngan]: https://github.com/ngan
[@tomascco]: https://github.com/tomascco
[@javierjulio]: https://github.com/javierjulio
+[@Earlopain]: https://github.com/Earlopain