Commit 0b9e270 1 parent 1269721 commit 0b9e270 Copy full SHA for 0b9e270
File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.5.0 (2015-05-28)
2
+
3
+ Features:
4
+
5
+ * Added the possibility to configure the quote strategy in the configuration
6
+ * Improved the rendering of the query explanation for Postgres
7
+ * Added support for tagging entity listeners, without the need to map the listener
8
+
9
+ Bugfix:
10
+
11
+ * Fixed the serverVersion configuration for master slave connections
12
+ * Fixed the enabling of the profiler to avoid automatically enabling the logger
13
+ * Fixed the detection of existing databases when quoted names are used
14
+ * Fixed the profiler template when having a manager without any loaded metadata
15
+
1
16
## 1.4.0 (2015-02-28)
2
17
3
18
Features:
4
19
5
20
* Added the `` --if-not-exists `` option in the `` doctrine:database:create `` command
6
21
* Added the `` --if-exists `` option in the `` doctrine:database:drop `` command
7
- * Add the support for the `` url `` DBAL setting
22
+ * Added the support for the `` url `` DBAL setting
8
23
* Added profiling ability for SQL Server
9
24
10
25
Bugfix:
Original file line number Diff line number Diff line change 49
49
},
50
50
"extra" : {
51
51
"branch-alias" : {
52
- "dev-master" : " 1.4 .x-dev"
52
+ "dev-master" : " 1.5 .x-dev"
53
53
}
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments