diff --git a/History.rdoc b/History.rdoc index 8e797ce..90698c4 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,9 @@ +=== 2.12.0 / 2018-04-29 + +* 1 minor enhancement: + + * Switched node filtering to happen before processing to avoid subtrees getting processed. Thanks to codeclimate.com for funding this effort! + === 2.11.0 / 2018-04-05 * 2 minor enhancements: diff --git a/lib/flay.rb b/lib/flay.rb index df08559..56c59ea 100755 --- a/lib/flay.rb +++ b/lib/flay.rb @@ -17,7 +17,7 @@ class << self end class Flay - VERSION = "2.11.0" # :nodoc: + VERSION = "2.12.0" # :nodoc: class Item < Struct.new(:structural_hash, :name, :bonus, :mass, :locations) alias identical? bonus