Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Feb 5, 2014
1 parent 62abcdc commit 4672a3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 1.6.0 (2014-02-05)

* The array of instances returned by load() now has the fixture name as key
* Added support for static factory methods to replace __construct
* Added a special __set property to define a custom setter for all properties
* Added support for @-references within faker provider calls e.g. `<foo(@obj)>`
* Added support for escaping @-signs to create literal strings starting with `@`, e.g. `\@foo`
* Fixed support for null variable references
* Fixed invalid invocation of private setters

### 1.5.2 (2013-08-07)

* Fixed typo in the handling of processors
Expand Down

0 comments on commit 4672a3e

Please sign in to comment.