==================
- Make `converters.as_seq_of_seq()` return a converter (it no longer directly
takes a value to convert). This makes it consistent with the other sequence
converters.
- Add `tangled.settings.check_required()` to the public API to indicate that
settings tools/parsers can use it.
- Remove `processors` arg from `settings.parse_settings()`. It didn't serve any
purpose, and its presence was confusing.
- Remove custom bdist_egg command that ensured "missing" `__init__.py` files
weren't added. It's no longer needed since setuptools 3+ no longer does
this.
- Bug fix: Add missing `settings` arg to `check_required()` call in
`settings.parse_settings_file()`.
- Reenable running doctests by default when running nosetests.
- Upgrade nose from 1.3.0 to 1.3.1
- Upgrade Sphinx from 1.2.1 to 1.2.2