Skip to content

Commit

Permalink
Merge pull request #10 from headsnet/add-changelog
Browse files Browse the repository at this point in the history
Add change log file
  • Loading branch information
benr77 authored Jan 7, 2024
2 parents 21ba833 + 1ff8e15 commit cf88ef0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Change Log
=====

# 0.2.0
- Minimum PHP version bumped to 8.1.
- `ImmutableCollection::first()` now returns `null` instead of `false` when no item is found.
- `ImmutableCollection::last()` now returns `null` instead of `false` when no item is found.

0 comments on commit cf88ef0

Please sign in to comment.