10000 added an UPGRADE file · peterlcole/symfony@8b55541 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b55541

Browse files
committed
added an UPGRADE file
1 parent 6a4b853 commit 8b55541

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

UPGRADE-2.1.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
UPGRADE FROM 2.0 to 2.1
2+
=======================
3+
4+
* assets_base_urls and base_urls merging strategy has changed
5+
6+
Unlike most configuration blocks, successive values for
7+
``assets_base_urls`` will overwrite each other instead of being merged.
8+
This behavior was chosen because developers will typically define base
9+
URL's for each environment. Given that most projects tend to inherit
10+
configurations (e.g. ``config_test.yml`` imports ``config_dev.yml``)
11+
and/or share a common base configuration (i.e. ``config.yml``), merging
12+
could yield a set of base URL's for multiple environments.
13+

0 commit comments

Comments
 (0)
0