----------------
* New: ``say()`` function that eliminates formatting problems in printing
multi-line prose.
* New: :meth:`get_random()` and :meth:`take_random()` functions to allow
randomly selecting items from a :class:`Bag`.
* Fix: a bug where ``when`` statements match even if extra words are given.
* Fix: Bag find/get methods were not properly case-insensitive.