Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 2e50c4e

Browse files
committed
Merge branch 'hotfix/changelog'
2 parents 077ebe7 + 6bbfa9b commit 2e50c4e

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4+
5+
## 2.5.2 - 2015-07-21
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Deprecated
12+
13+
- Nothing.
14+
15+
### Removed
16+
17+
- Nothing.
18+
19+
### Fixed
20+
21+
- [#9](https://github.com/zendframework/zend-stdlib/pull/9) fixes an issue with
22+
count incrementation during insert in PriorityList, ensuring that incrementation only
23+
occurs when the item inserted was not previously present in the list.
24+
25+
## 2.4.4 - 2015-07-21
26+
27+
### Added
28+
29+
- Nothing.
30+
31+
### Deprecated
32+
33+
- Nothing.
34+
35+
### Removed
36+
37+
- Nothing.
38+
39+
### Fixed
40+
41+
- [#9](https://github.com/zendframework/zend-stdlib/pull/9) fixes an issue with
42+
count incrementation during insert in PriorityList, ensuring that incrementation only
43+
occurs when the item inserted was not previously present in the list.

0 commit comments

Comments
 (0)