update changelog

This commit is contained in:
Lance Edgar 2012-10-05 13:46:21 -07:00
parent 65e4902dc7
commit a945a15747

View file

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