Explorar el Código

[UPDATE] Adding details on the swiftmailer config change

Ryan Weaver hace 14 años
padre
commit
a8dbb4b100
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      UPDATE.md

+ 4 - 0
UPDATE.md

@@ -33,6 +33,10 @@ beta2 to beta3
             debug: true
             file_cache_dir: /foo
 
+* In order to use Swiftmailer, you should now register its "init.php"
+  file via the autoloader ("app/autoloader.php"). For an example on how
+  this should be done, see the [Standard Distribution](https://github.com/symfony/symfony-standard/blob/v2.0.0BETA3/app/autoload.php#L27).
+
 beta1 to beta2
 --------------