From 8b55541aeefc78366daa0296fc67151edd1977c9 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 8 Oct 2011 18:29:31 +0200 Subject: [PATCH] added an UPGRADE file --- UPGRADE-2.1.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 UPGRADE-2.1.md diff --git a/UPGRADE-2.1.md b/UPGRADE-2.1.md new file mode 100644 index 0000000000..e1e475b1c2 --- /dev/null +++ b/UPGRADE-2.1.md @@ -0,0 +1,13 @@ +UPGRADE FROM 2.0 to 2.1 +======================= + +* assets_base_urls and base_urls merging strategy has changed + + Unlike most configuration blocks, successive values for + ``assets_base_urls`` will overwrite each other instead of being merged. + This behavior was chosen because developers will typically define base + URL's for each environment. Given that most projects tend to inherit + configurations (e.g. ``config_test.yml`` imports ``config_dev.yml``) + and/or share a common base configuration (i.e. ``config.yml``), merging + could yield a set of base URL's for multiple environments. +