Add Changelog note about Choices equality/addition.

This commit is contained in:
Carl Meyer 2013-08-25 09:04:27 -06:00
parent b706aee4a9
commit 32f839b577

View file

@ -4,6 +4,9 @@ CHANGES
master (unreleased)
-------------------
* `Choices` can now be added to other `Choices` or to any iterable, and can be
compared for equality with itself. Thanks Tony Aldridge. (Merge of GH-76.)
* `Choices` now `__contains__` its Python identifier values. Thanks Keryn
Knight. (Merge of GH-69).