From a945a1574713fd2c8bbd1e87f0c13d668bfc00a9 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 5 Oct 2012 13:46:21 -0700 Subject: [PATCH] update changelog --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index f1adcdd..9dfc074 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,14 @@ +0.1a17 +------ + +- [feature] Added ``display()`` method to ``AutocompleteView``. This allows + overriding the display text for autocomplete results, in the event that + ``str(result)`` isn't good enough. + +- [bug] Fixed ``request.has_perm()`` function so that it can check for + permissions on the "guest" role, in the event a user is not logged in. + 0.1a16 ------