Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Aug 20, 2024
1 parent e3f95fc commit 95c94dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The major version bump is due to dropped support for PHP `8.1` and a several bre
* Added `Query::blob()` method that allows you to easily fetch a blob column as a stream.
* The `ManyToMany::unlink()` and `ManyToMany::synchronize()` methods now support junction attributes.
* Enums are now also supported when writing "raw" SQL.
* The `Time::createFromTimestamp()` and `TimeImmutable::createFromTimestamp()` methods now support microtime precision.
* The `Time::createFromFormat()` and `TimeImmutable::createFromFormat()` methods now support microtime precision.

#### Improvements

Expand Down

0 comments on commit 95c94dd

Please sign in to comment.