Skip to content

Commit

Permalink
Merge branch '2.19.x' into 3.1.x
Browse files Browse the repository at this point in the history
* 2.19.x:
  Add TokenType class (#11228)
  • Loading branch information
derrabus committed Feb 7, 2024
2 parents 9fcb8f1 + 5049b61 commit 9a24ce5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,12 @@ following classes and methods:

Use `toIterable()` instead.

# Upgrade to 2.19

## Deprecate `Doctrine\ORM\Query\Lexer::T_*` constants

Use `Doctrine\ORM\Query\TokenType::T_*` instead.

# Upgrade to 2.17

## Deprecate annotations classes for named queries
Expand Down

0 comments on commit 9a24ce5

Please sign in to comment.