CHANGELOG in bulldog-0.0.2 vs CHANGELOG in bulldog-0.0.3

- old
+ new

@@ -1,7 +1,12 @@ -== 0.0.2 2009-11-16 +== 0.0.3 2009-11-16 -Fixes: + * Add a way to respond to processing errors: + - #process returns true/false. + - #process! raises a AR::InvalidRecord if any errors. + - ...just like ActiveRecord::Base::save. + +== 0.0.2 2009-11-16 * #process_once was stopping other processors from running. == 0.0.1 2009-11-15