Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwjames committed Mar 19, 2016
1 parent 6740933 commit 84fd128
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ the dependency to your [composer.json][composer].
```json
{
"require": {
"onoi/blob-store": "~1.1"
"onoi/blob-store": "~1.2"
}
}
```
Expand Down Expand Up @@ -96,9 +96,10 @@ The library provides unit tests that covers the core-functionality normally run

### Release notes

* 1.2.0 (2016-02-25)
- Added `Container::addToLinkedList` to maintain a linked linked list of interdependent
content
* 1.2.0 (2016-03-19)
- Added `Container::addToLinkedList` to maintain a linked list of interdependent
containers (if the original container is removed then all linked containers will be
expunged as well)

* 1.1.0 (2015-06-13)
- Removed tracking of internal ID list
Expand Down

0 comments on commit 84fd128

Please sign in to comment.