CHANGELOG.md in arbre-1.0.1 vs CHANGELOG.md in arbre-1.0.2
- old
+ new
@@ -1,4 +1,10 @@
+## 1.0.2
+
+* make `Element#inspect` behave correctly in Ruby 2.0 (@seanlinsley, #16)
+* prevent `Arbre::Element#flatten` infinite recursion (@seanlinsley, #32)
+* make `find_by_class` correctly find children by class (@kaapa, #33)
+
## 1.0.1
* Template handler converts to string to satisfy Rack::Lint (@jpmckinney, #6)
* Fix to `Tag#add_class` when passing a string of classes to Tag build method
(@gregbell, #7)