Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/changelog-data'
Browse files Browse the repository at this point in the history
Fixes a config example in the changelog.
  • Loading branch information
weierophinney committed Sep 1, 2016
2 parents e61d398 + 5163c42 commit 4ee8d34
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.1.0 - TBD

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 1.0.4 - TBD

### Added
Expand Down Expand Up @@ -31,7 +49,9 @@ All notable changes to this project will be documented in this file, in reverse
```php
return [
'dependencies' => [
SomeClass::class => ExtendingFactory::class,
'extensions' => [
SomeClass::class => ExtendingFactory::class,
],
],
];
```
Expand Down

0 comments on commit 4ee8d34

Please sign in to comment.