Update AUTHORS and changelog.

This commit is contained in:
Carl Meyer 2013-02-21 16:27:21 -07:00
parent cce804da4e
commit 3a84092e32
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,7 @@ Alejandro Varas <alej0varas@gmail.com>
Carl Meyer <carl@dirtcircle.com>
Donald Stufft <donald.stufft@gmail.com>
Facundo Gaich <facugaich@gmail.com>
Felipe Prenholato <philipe.rp@gmail.com>
Gregor Müllegger <gregor@muellegger.de>
James Oakley <jfunk@funktronics.ca>
Jannis Leidel <jannis@leidel.info>

View file

@ -4,6 +4,9 @@ CHANGES
tip (unreleased)
----------------
- Allow specifying default value for a ``StatusField``. Thanks Felipe
Prenholato.
- Fix calling ``create()`` on a ``RelatedManager`` that subclasses a dynamic
``PassThroughManager``. Thanks SeiryuZ for the report. Fixes GH-24.