Skip to content

Commit 2322a78

Browse files
committed
chore: update changelog
1 parent 6aa6ad1 commit 2322a78

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,19 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [3.8.4] - 2021-05-27
7+
68
### Fixed
7-
- Sync passthru methods [#2194](https://github.com/jenssegers/laravel-mongodb/pull/2194) by [@simonschaufi](https://github.com/simonschaufi)
9+
- Fix getRelationQuery breaking changes [#2263](https://github.com/jenssegers/laravel-mongodb/pull/2263) by [@divine](https://github.com/divine)
10+
- Apply fixes produced by php-cs-fixer [#2250](https://github.com/jenssegers/laravel-mongodb/pull/2250) by [@divine](https://github.com/divine)
11+
12+
### Changed
13+
- Add doesntExist to passthru [#2194](https://github.com/jenssegers/laravel-mongodb/pull/2194) by [@simonschaufi](https://github.com/simonschaufi)
14+
- Add Model query whereDate support [#2251](https://github.com/jenssegers/laravel-mongodb/pull/2251) by [@yexk](https://github.com/yexk)
15+
- Add transaction free deleteAndRelease() method [#2229](https://github.com/jenssegers/laravel-mongodb/pull/2229) by [@sodoardi](https://github.com/sodoardi)
16+
- Add setDatabase to Jenssegers\Mongodb\Connection [#2236](https://github.com/jenssegers/laravel-mongodb/pull/2236) by [@ThomasWestrelin](https://github.com/ThomasWestrelin)
17+
- Check dates against DateTimeInterface instead of DateTime [#2239](https://github.com/jenssegers/laravel-mongodb/pull/2239) by [@jeromegamez](https://github.com/jeromegamez)
18+
- Move from psr-0 to psr-4 [#2247](https://github.com/jenssegers/laravel-mongodb/pull/2247) by [@divine](https://github.com/divine)
819

920
## [3.8.3] - 2021-02-21
1021

@@ -28,4 +39,4 @@ All notable changes to this project will be documented in this file.
2839
## [3.8.0] - 2020-09-03
2940

3041
### Added
31-
- Laravel 8 support & updated versions of all dependencies [#2108](https://github.com/jenssegers/laravel-mongodb/pull/2108) by [@divine](https://github.com/divine).
42+
- Laravel 8 support & updated versions of all dependencies [#2108](https://github.com/jenssegers/laravel-mongodb/pull/2108) by [@divine](https://github.com/divine).

0 commit comments

Comments
 (0)