This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# array_column() Changelog | ||
|
||
## 1.1.3 | ||
|
||
_Released 2015-03-20_ | ||
|
||
* Changing package name from "rhumsaa/array_column" to "ramsey/array_column" | ||
* Updated Travis CI build config to test more versions of PHP | ||
* Updated Travis CI config to lint and check PSR-2 coding standards | ||
* Added project badges | ||
* Added CHANGELOG | ||
|
||
## 1.1.2 | ||
|
||
_Released 2013-07-22_ | ||
|
||
* Remove unnecessary conditionals | ||
* Whitespace changes | ||
|
||
## 1.1.1 | ||
|
||
_Released 2013-07-06_ | ||
|
||
* Documentation updates | ||
|
||
## 1.1.0 | ||
|
||
_Released 2013-07-06_ | ||
|
||
* Catching up array_column() library functionality and tests with PHP 5.5.0 | ||
* Set Travis CI to run tests on PHP 5.5 | ||
|
||
## 1.0.0 | ||
|
||
_Released 2013-03-22_ | ||
|
||
* Initial release of userland library |