Skip to content

Commit a89a0df

Browse files
Fixed changelog after missing earlier tag.
Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>
1 parent 7d8577a commit a89a0df

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

CHANGELOG

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
4.0.0
1+
4.1.0
22
-------
33

4-
**breaking changes**
4+
* Updated package to require and make use of php 7.4.2+.
5+
* Removal of deprecated functionality.
56

6-
* Updated codebase to make use of php 7.4.2+ features. Package is now 7.4.2+ dependent.
7-
* Updated exceptions that are thrown when trying to access a key in a map structure.
8-
This now throws an InvalidKeyException (still inheriting from JitesoftException)
9-
instead of a InvalidArgumentException.
10-
* Updated exception thrown when trying to access a invalid link in a node. This
11-
now throws an OutOfBoundsException instead of an InvalidArgumentException.
127

13-
**features**
8+
4.0.0
9+
-------
10+
11+
This would be a minor release if it was not for some minor breaking changes.
1412

1513
* Added `tryGet` method to MAP interface / implementations.
1614
The tryGet method accepts a key and an optional default return value
1715
in case the key does not exist.
1816
* Made some minor cleanup to the codebase and tests to make sure that the
1917
required standards are followed.
2018

19+
**breaking changes**
20+
21+
* Updated exceptions that are thrown when trying to access a key in a map structure.
22+
This now throws an InvalidKeyException (still inheriting from JitesoftException)
23+
instead of a InvalidArgumentException.
24+
* Updated exception thrown when trying to access a invalid link in a node. This
25+
now throws an OutOfBoundsException instead of an InvalidArgumentException.

0 commit comments

Comments
 (0)