소스 검색

Merge remote branch 'FabienPennequin/update_docs'

* FabienPennequin/update_docs:
  Fixed typo
  Added notice for File::getDefaultExtension() method
Fabien Potencier 14 년 전
부모
커밋
2ab1d39644
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      UPDATE.md

+ 3 - 0
UPDATE.md

@@ -147,6 +147,9 @@ PR12 to beta1
 * The `File::getWebPath()` and `File::rename()` methods have been removed, as
   well as the `framework.document_root` configuration setting.
 
+* The `File::getDefaultExtension()` method has been renamed to `File::guessExtension()`.
+  The renamed method now returns null if it cannot guess the extension.
+
 * The `session` configuration has been refactored:
 
   * The `class` option has been removed (use the `session.class` parameter