Skip to content

Commit

Permalink
Prepare for stable releases (#147)
Browse files Browse the repository at this point in the history
* Updated changelog

* Updated changelog

* Updated changelog
  • Loading branch information
Nyholm authored Mar 13, 2017
1 parent 5531d7a commit 201c6d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee

## UNRELEASED

## 0.4.0

### Changed

* `HierarchicalCachePoolTrait::getValueFormStore` was renamed to `HierarchicalCachePoolTrait::getDirectValue`

### Removed

* Dependency to `cache/taggable-cache`.

## 0.3.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "0.4-dev"
"dev-master": "0.5-dev"
}
}
}

0 comments on commit 201c6d6

Please sign in to comment.