File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.4.0 (2015-02-28)
2
+
3
+ Features:
4
+
5
+ * Added the `` --if-not-exists `` option in the `` doctrine:database:drop `` command
6
+ * Added the `` --if-exists `` option in the `` doctrine:database:create `` command
7
+ * Add the support for the `` url `` DBAL setting
8
+ * Added profiling ability for SQL Server
9
+
10
+ Bugfix:
11
+
12
+ * Fixed the cache configuration when using `` cache_provider ``
13
+ * Removed usage of deprecated DI features when using Symfony 2.6+
14
+ * Close connections and clear managers on shutdown. This avoids leaking connections in tests.
15
+ * Added an exception when the ORM layer is configured but not DBAL
16
+
1
17
## 1.3.0 (2014-11-28)
2
18
3
19
Features:
Original file line number Diff line number Diff line change 49
49
"minimum-stability" : " dev" ,
50
50
"extra" : {
51
51
"branch-alias" : {
52
- "dev-master" : " 1.3 .x-dev"
52
+ "dev-master" : " 1.4 .x-dev"
53
53
}
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments