From 54bb790e8a359228cd52f3c3e00bc6806f2e95ac Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 9 Mar 2011 01:23:44 -0400 Subject: [PATCH] Updated changelog --- docs/Changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Changelog.txt b/docs/Changelog.txt index d09c08c9a9..d0ee6d0a7e 100644 --- a/docs/Changelog.txt +++ b/docs/Changelog.txt @@ -1,3 +1,11 @@ +2011-Mar-09 +* Implemented new PermissioDenied exception middleware handler +* Permissions app api now returns a PermissionDenied exception instead of a custom one +* Added new 403 error template +* Updated the 404 template to display only a not found message +* Moved the login required middleware to the common app +* Fixed search app's model.objects.filter indentation, improved result count calculation + 2011-Mar-08 * Added document action to clear all the document's page transformations * Allow search across related fields