History.txt in pickle-0.2.2 vs History.txt in pickle-0.2.3

- old
+ new

@@ -1,4 +1,19 @@ +== 0.2.3 - 9 Mar 2010 + +* 1 major improvement + * You can now use pickle refs in tables. If you add a column which is the single factory name, the + contents of the column will be used as the pickle ref. [Stephan Hagemann] + e.g. + Given the following users exist: + | user | name | status | + | jack | Jack Spratt | alone | + | pete | Pete Sprong | dead | + +* 1 minor improvement + * Fix bug in error message for when pickle ref can't be found [Myron Marston] + + == 0.2.2 - 25 Feb 2010 * 3 improvements * Added ability to follow links in emails (see email_steps.rb) [Michael Moen] * Added a step definition for doing stuff like: Then the user's name should be "Tobi" [Tobi Knaup] \ No newline at end of file