Skip to content

Commit

Permalink
Added Stephan Hagemann to contributors list, and documented new table…
Browse files Browse the repository at this point in the history
… sytax change
  • Loading branch information
ianwhite committed Mar 9, 2010
1 parent 5e4c25b commit 034c534
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions History.txt
@@ -1,8 +1,18 @@
== Edge

* 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
Expand Down
1 change: 1 addition & 0 deletions README.rdoc
Expand Up @@ -67,6 +67,7 @@ The following people have made Pickle better:
* {Michael MacDonald}[http://github.com/schlick]
* {Michael Moen}[http://github.com/UnderpantsGnome]
* {Myron Marston}[http://github.com/myronmarston]
* {Stephan Hagemann}[http://github.com/xing]

== Get Started

Expand Down

0 comments on commit 034c534

Please sign in to comment.