Skip to content

Commit

Permalink
Merge branch 'release/0.9.1'
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
bramdevries committed Aug 8, 2016
2 parents 3a16107 + a0c5f34 commit 1ccfb72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.9.1 - 2016-08-09

### Removed

- Removed `Collection` `shuffle` method.

## 0.9.0 - 2016-01-26

### Changed
Expand Down
12 changes: 0 additions & 12 deletions src/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,6 @@ public function gatherFirsts()
});
}

/**
* Shuffle the Collection.
*
* @return self
*/
public function shuffle()
{
shuffle($this->items);

return $this;
}

/**
* Paginate a Collection.
*
Expand Down

0 comments on commit 1ccfb72

Please sign in to comment.