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 05ea103 commit 914c2c3Copy full SHA for 914c2c3
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.1.1] - 2016-08-09
6
+### Fixed
7
+- `Stack` and `Queue` array access should throw `OutOfBoundsException`, not `Error`.
8
+
9
+### Improved
10
+- Added a lot of docblock comments that were missing.
11
12
## [1.1.0] - 2016-08-04
13
### Added
14
- `Pair::copy`
0 commit comments