Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Apr 5, 2024
1 parent dc57ebd commit d8fb76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The major version bump is due to dropped support for PHP `8.1` and a several bre

* Mako applications are now better suited to run on application servers like FrankenPHP.
* The development error view now displays the Mako environment name.
* Added `Connection::blob()` method that allows you to easily fetch a blob column as stream.
* Added `Query::blob()` method that allows you to easily fetch a blob column as stream.
* Added `Connection::blob()` method that allows you to easily fetch a blob column as a stream.
* 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.

#### Improvements
Expand Down

0 comments on commit d8fb76b

Please sign in to comment.