Skip to content

Commit

Permalink
Prepare to release (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz authored Mar 27, 2024
1 parent 386c267 commit 9eb6669
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 @@ -4,6 +4,8 @@ v2.9.0 (27.03.2024)
-------------------
- Added `logInterpolatedQueries` for detailed query logging and refined `logQueryParameters` to accurately log query parameters as arrays, enhancing ORM debugging and monitoring. @lotyp (#165)
- Improved logging with enriched context in Driver.php, including driver details and query parameters. @lotyp (#165)
- Improved `orderBy` method to accept a null direction parameter, providing more flexibility when constructing queries by @butschster (#167)
- Added support for PostgreSQL-specific directions **NULLS FIRST** and **NULLS LAST** for more control over null value ordering in result sets by @butschster (#167)

v2.8.1 (08.02.2024)
-------------------
Expand Down

0 comments on commit 9eb6669

Please sign in to comment.