Skip to content

Commit 1bdcc24

Browse files
committed
Update changelog
1 parent 5ffe58a commit 1bdcc24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44
## [unreleased]
55

66
* Add support for Laravel 11 by @GromNaN in [#2735](https://github.com/mongodb/laravel-mongodb/pull/2735)
7+
* Implement Model::createOrFirst() using findOneAndUpdate operation by @GromNaN in [#2742](https://github.com/mongodb/laravel-mongodb/pull/2742)
78

89
## [4.1.3] - 2024-03-05
910

Diff for: src/Internal/FindAndModifyCommandSubscriber.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @internal
1717
*/
18-
class FindAndModifyCommandSubscriber implements CommandSubscriber
18+
final class FindAndModifyCommandSubscriber implements CommandSubscriber
1919
{
2020
public bool $created;
2121

0 commit comments

Comments
 (0)