From a98436fd6a7dfd34dbc3d83eb5b7fac7845fcb9f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 6 Jun 2011 18:07:33 +0200 Subject: [PATCH] updated UPDATE file --- UPDATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPDATE.md b/UPDATE.md index 18a9073532..271a98ca66 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -6,6 +6,11 @@ one. It only discusses changes that need to be done when using the "public" API of the framework. If you "hack" the core, you should probably follow the timeline closely anyway. +beta4 to beta5 +-------------- + +* `Response::isRedirected()` has been merged with `Response::isRedirect()` + beta3 to beta4 --------------