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

Commit

Permalink
Created CHANGELOG for 2.4.4 / #9
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 21, 2015
1 parent b4113a7 commit d8ecb62
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,23 @@
# Changelog

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

## 2.4.4 - 2015-07-21

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#9](https://github.com/zendframework/zend-stdlib/pull/9) fixes an issue with
count incrementation during insert in PriorityList, ensuring that incrementation only
occurs when the item inserted was not previously present in the list.

0 comments on commit d8ecb62

Please sign in to comment.