New features:
- `BoolParam` parameter class added (thanks to tomislater, 25)
- Parameter classes now support validation in same manner as field classes (see [param validation docs](http://graceful.readthedocs.io/en/latest/guide/parameters.htmlparameter-validation))
- Parameters with `many=True` option got support for custom containers (see [custom containers docs](http://graceful.readthedocs.io/en/latest/guide/parameters.htmlcustom-containers), 16)
Backwards compatible API changes:
- `req` and `resp` arguments for `describe()` method of resource classes are now optional to ease process of documentation generation (10)
Improvements:
- Massive docs overhaul
- New documentation section about how to construct API docs (14)
- `OPTIONS` request responses now include `Allow` header by default with the list of allowed HTTP methods (10),
- confirmed official support for falcon 1.0.0 and Python 3.5 (23)