File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/Symfony/Component/Cache Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
-----
6
6
7
7
* Deprecate ` DoctrineProvider ` and ` DoctrineAdapter ` because these classes have been added to the ` doctrine/cache ` package
8
- * Deprecate usage of ` PdoAdapter ` with a ` Doctrine\DBAL\Connection ` or a DBAL url . Use the new ` DoctrineDbalAdapter ` instead
8
+ * Deprecate usage of ` PdoAdapter ` with a ` Doctrine\DBAL\Connection ` or a DBAL URL . Use the new ` DoctrineDbalAdapter ` instead
9
9
10
10
Console
11
11
-------
Original file line number Diff line number Diff line change 15
15
-----
16
16
17
17
* Remove ` DoctrineProvider ` and ` DoctrineAdapter ` because these classes have been added to the ` doctrine/cache ` package
18
- * ` PdoAdapter ` does not accept ` Doctrine\DBAL\Connection ` or DBAL url . Use the new ` DoctrineDbalAdapter ` instead
18
+ * ` PdoAdapter ` does not accept ` Doctrine\DBAL\Connection ` or DBAL URL . Use the new ` DoctrineDbalAdapter ` instead
19
19
20
20
Config
21
21
------
Original file line number Diff line number Diff line change 1
- CHANGELOG
1
+ . CHANGELOG
2
2
=========
3
3
4
4
5.4
5
5
---
6
6
7
- * made ` LockRegistry ` use semaphores when possible
8
- * deprecated ` DoctrineProvider ` and ` DoctrineAdapter ` because these classes have been added to the ` doctrine/cache ` package
9
- * added ` DoctrineDbalAdapter ` identical to ` PdoAdapter ` for ` Doctrine\DBAL\Connection ` or DBAL url
10
- * deprecated usage of ` PdoAdapter ` with ` Doctrine\DBAL\Connection ` or DBAL url
7
+ * Make ` LockRegistry ` use semaphores when possible
8
+ * Deprecate ` DoctrineProvider ` and ` DoctrineAdapter ` because these classes have been added to the ` doctrine/cache ` package
9
+ * Add ` DoctrineDbalAdapter ` identical to ` PdoAdapter ` for ` Doctrine\DBAL\Connection ` or DBAL url
10
+ * Deprecate usage of ` PdoAdapter ` with ` Doctrine\DBAL\Connection ` or DBAL URL
11
11
12
12
5.3
13
13
---
You can’t perform that action at this time.
0 commit comments