CHANGELOG in activeset-0.4.0 vs CHANGELOG in activeset-0.4.1

- old
+ new

@@ -1,4 +1,8 @@ +v 0.4.1 + - Soften the constraint on the ActiveSupport dependency + - Don't require ActiveSupport methods that are no longer used in the processors + - Add a `titleized` method to the KeyPath object v 0.4.0 - fix bug with filtering against falsey values - remove hack of casting DateTime and Time objects to Integer for filtering - add support for ActiveRecord :time columns - ensure that an adapter is only run if necessary for a particular instruction; that is, try to process the instruction with the first adapter, if it succeeds, don't run any other adapters, if it doesn't, try the next adapter, etc.