10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4b853 commit 8b55541Copy full SHA for 8b55541
UPGRADE-2.1.md
@@ -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