Skip to content

Commit 0b9e270

Browse files
committed
Update the changelog for 1.5
1 parent 1269721 commit 0b9e270

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Changelog.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
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+
116
## 1.4.0 (2015-02-28)
217

318
Features:
419

520
* Added the ``--if-not-exists`` option in the ``doctrine:database:create`` command
621
* 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
823
* Added profiling ability for SQL Server
924

1025
Bugfix:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"extra": {
5151
"branch-alias": {
52-
"dev-master": "1.4.x-dev"
52+
"dev-master": "1.5.x-dev"
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)