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 ------