History.txt in pickle-0.2.8 vs History.txt in pickle-0.2.9

- old
+ new

@@ -1,8 +1,19 @@ +== 0.2.9 - 27 Apr 2010 (the #railscamp7 release) + +* 5 improvements + * Fixed problem with verifying model attribute using strings with escaped quotes [Michael MacDonald] + * Added handling for positive and negative floats [Michael MacDonald, #railscamp7] + * Added handling of ruby integer syntax (e.g. 1_000_000) [Ian White] + * Modified the way pickle handles predicates to match rspec [Michael MacDonald, #railscamp7] + * Added step to assert size of an association (e.g. Then the user should have 4 friends) [Ian White] + + == 0.2.8 - 5 Apr 2010 * 1 minor improvement * 'Then show me the email' works as expected now [#18] + == 0.2.7 - 5 Apr 2010 * 1 minor improvement * just rake 'rake cucumber' and a rails app will be setup for you if required (rails 2.3 only ATM) \ No newline at end of file