From e02893fa43018f8a01403ef3d87fb60b6d5472a2 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Sat, 16 Jul 2016 16:54:48 +0300 Subject: [PATCH] Add missing History entry for 1.3.4.2 release regarding #5837 This change should be mentioned as it those who were manually prefixing their relative CSS paths with the same path as their ROOT_URL will need to remove the path. Relates to meteor/meteor#7416 --- History.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/History.md b/History.md index cb34f72080..b074169bee 100644 --- a/History.md +++ b/History.md @@ -53,6 +53,9 @@ * `App.appendToConfig` allows adding custom tags to config.xml. [#7307](https://github.com/meteor/meteor/pull/7307) +* When using `ROOT_URL` with a path, relative CSS URLs are rewriten + accordingly. [#5837](https://github.com/meteor/meteor/issues/5837) + * Fixed bugs: [#7149](https://github.com/meteor/meteor/issues/7149) [#7296](https://github.com/meteor/meteor/issues/7296)