diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ac864e4 --- /dev/null +++ b/CHANGELOG.md @@ -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.