Skip to content

Commit 01407e1

Browse files
committed
Add recent changes to the CHANGELOG
1 parent f0c701c commit 01407e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Added parameter and return types to everything; enabled strict type checks (#18)
1313
- Added new exception classes to better identify certain types of errors (#20)
1414
- `Data` now implements `ArrayAccess` (#17)
15+
- Added ability to merge non-associative array values (#31, #32)
1516

1617
### Changed
1718
- All thrown exceptions are now instances or subclasses of `DataException` (#20)
1819
- Calling `get()` on a missing key path without providing a default will throw a `MissingPathException` instead of returning `null` (#29)
1920
- Bumped supported PHP versions to 7.1 - 8.x (#18)
2021

22+
### Fixed
23+
- Fixed incorrect merging of array values into string values (#32)
24+
- Fixed `get()` method behaving as if keys with `null` values didn't exist
25+
2126
## [2.0.0] - 2017-12-21
2227

2328
### Changed

0 commit comments

Comments
 (0)