Skip to content

Commit 1986ff3

Browse files
committed
Update the changelog for 1.4.0
1 parent 51da6be commit 1986ff3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Changelog.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
## 1.3.0 (2014-11-28)
218

319
Features:

composer.json

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

0 commit comments

Comments
 (0)