We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ee624 commit b983968Copy full SHA for b983968
CHANGELOG.md
@@ -2,6 +2,13 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
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
+
12
## [1.2.0] - 2017-08-03
13
### Changed
14
- Minor capacity updates
composer.json
@@ -13,7 +13,7 @@
"ext-json": "*"
},
15
"require-dev": {
16
- "php-ds/tests": "dev-master"
+ "php-ds/tests": "^1.3"
17
18
"provide": {
19
"ext-ds": "1.3.0"
0 commit comments