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
This commit is contained in:
Jesse Rosenberger
2016-07-16 16:54:48 +03:00
parent fddaedeb08
commit e02893fa43

View File

@@ -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)