Skip to content

Commit 3e3316f

Browse files
committed
Release 5.0.1
1 parent 6175845 commit 3e3316f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Version](https://img.shields.io/badge/version-5.0.0-blueviolet.svg)](https://github.com/steevanb/php-collection/tree/5.0.0)
1+
[![Version](https://img.shields.io/badge/version-5.0.1-blueviolet.svg)](https://github.com/steevanb/php-collection/tree/5.0.1)
22
[![PHP](https://img.shields.io/badge/php-^8.1-blue.svg)](https://php.net)
3-
![Lines](https://img.shields.io/badge/code%20lines-4,481-blue.svg)
3+
![Lines](https://img.shields.io/badge/code%20lines-4,502-blue.svg)
44
![Downloads](https://poser.pugx.org/steevanb/php-typed-array/downloads)
55
![GitHub workflow status](https://img.shields.io/github/actions/workflow/status/steevanb/php-collection/ci.yml?branch=master)
66
![Coverage](https://img.shields.io/badge/coverage-80%25-success.svg)

changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### master
22

3+
### [5.0.1](../../compare/5.0.0...5.0.1) - 2023-03-14
4+
35
- Fix `AbstractCollection::doAdd()` who was not calling `canAddValue()`
46

57
### [5.0.0](../../compare/4.0.0...5.0.0) - 2023-03-14

0 commit comments

Comments
 (0)