Skip to content

Commit c79020c

Browse files
authored
Merge pull request #3 from gabbydgab/updates/change-log
added log information from 0.1.1 release
2 parents dac02ec + 2da3098 commit c79020c

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,46 @@
22

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

5-
## 0.1.0 - TBD
5+
## X.X.X - TBD
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Deprecated
12+
13+
- Nothing.
14+
15+
### Removed
16+
17+
- Nothing.
18+
19+
### Fixed
20+
21+
- Nothing.
22+
23+
24+
## 0.1.1 - Jan. 9, 2017
25+
26+
Initial release. This ports all array classes and functionality from [zend-stdlib](https://github.com/zendframework/zend-stdlib) to a standalone repository.
27+
28+
### Added
29+
30+
- Benchmarks for [ArrayFilter](https://github.com/php-refactoring/zend-array-utility/blob/0.1.1/benchmark/ArrayFilterBench.php), [ArrayMerge](https://github.com/php-refactoring/zend-array-utility/blob/0.1.1/benchmark/ArrayMergeBench.php), [ArrayValidator](https://github.com/php-refactoring/zend-array-utility/blob/0.1.1/benchmark/ArrayValidatorBench.php), and [IteratorToArray](https://github.com/php-refactoring/zend-array-utility/blob/0.1.1/benchmark/IteratorToArrayBench.php).
31+
32+
### Deprecated
33+
34+
- Nothing.
35+
36+
### Removed
37+
38+
- Nothing.
39+
40+
### Fixed
41+
42+
- Nothing.
43+
44+
## 0.1.0 - Jan. 8, 2017
645

746
Initial release. This ports all array classes and functionality from [zend-stdlib](https://github.com/zendframework/zend-stdlib) to a standalone repository.
847

0 commit comments

Comments
 (0)