Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlinsley committed Aug 20, 2014
1 parent 1526789 commit 1e6de61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 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)
Expand Down
2 changes: 1 addition & 1 deletion lib/arbre/version.rb
@@ -1,3 +1,3 @@
module Arbre
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit 1e6de61

Please sign in to comment.