Update AUTHORS and changelog for Choices.__contains__ addition.

This commit is contained in:
Carl Meyer 2013-08-05 19:49:21 -06:00
parent c9122ff025
commit 64a47ad861
2 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,7 @@ James Oakley <jfunk@funktronics.ca>
Jannis Leidel <jannis@leidel.info>
Javier García Sogo <jgsogo@gmail.com>
Jeff Elmore <jeffelmore.org>
Keryn Knight <kerynknight.com>
ivirabyan
Paul McLanahan <paul@mclanahan.net>
Rinat Shigapov <rinatshigapov@gmail.com>

View file

@ -4,6 +4,9 @@ CHANGES
master (unreleased)
-------------------
* `Choices` now `__contains__` its Python identifier values. Thanks Keryn
Knight. (Merge of GH-69).
1.4.0 (2013.06.03)
------------------