Skip to content

Commit b983968

Browse files
committed
v1.3.0
1 parent 14ee624 commit b983968

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.3.0] - 2020-10-13
6+
### Changed
7+
- Implement ArrayAccess consistently
8+
### Fixed
9+
- Return types were incorrectly nullable in some cases
10+
- Deque capacity was inconsistent with the extension
11+
512
## [1.2.0] - 2017-08-03
613
### Changed
714
- Minor capacity updates

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ext-json": "*"
1414
},
1515
"require-dev": {
16-
"php-ds/tests": "dev-master"
16+
"php-ds/tests": "^1.3"
1717
},
1818
"provide": {
1919
"ext-ds": "1.3.0"

0 commit comments

Comments
 (0)