From 983caef290ec3698849b69cba0ac1df6c1c1be99 Mon Sep 17 00:00:00 2001 From: Fabien Pennequin Date: Sun, 8 May 2011 11:15:41 +0200 Subject: [PATCH] Added notice for File::getDefaultExtension() method --- UPDATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPDATE.md b/UPDATE.md index 9e05a08d84..385597948f 100644 --- a/UPDATE.md +++ b/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 beean 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