Skip to content

Commit cbc2e57

Browse files
authored
Merge pull request #6333 from kalifg/patch-1
Update UPGRADE.md
2 parents 9e588fe + eef300f commit cbc2e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@ We have been working on phasing out `doctrine/cache`, and 3.2.0 allows to use
17501750
`psr/cache` instead. To help calling our own internal APIs in a unified way, we
17511751
also wrap `doctrine/cache` implementations with a `psr/cache` adapter.
17521752
Using cache keys containing characters reserved by `psr/cache` will result in
1753-
an exception. The characters are the following: `{}()/\@`.
1753+
an exception. The characters are the following: `{}()/\@:`.
17541754

17551755
## Deprecated `SQLLogger` and its implementations.
17561756

0 commit comments

Comments
 (0)