Features:
- Add `enum` parser ([185](https://github.com/sloria/environs/pull/185)).
- Add `delimiter` param to `env.list`
([184](https://github.com/sloria/environs/pull/184)).
Thanks [tomgrin10](https://github.com/tomgrin10) for the PRs.
Bug fixes:
- Loosen `ParserMethod` typing ([186 (comment)](https://github.com/sloria/environs/issues/186#issuecomment-723163520)).
Thanks [hukkinj1](https://github.com/hukkinj1) for the PR.
Other changes:
- When using deferred validation (`eager=False`), parser methods return `None`
for missing or invalid values.
_Note_: This may break code that depended on parser methods returning `marshmallow.missing`,
but this behavior was not documented nor tested and therefore is not considered public API.