소스 검색

[UPDATE] Adding details on the swiftmailer config change

Ryan Weaver 14 년 전
부모
커밋
a8dbb4b100
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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
 --------------