--------------
Released November 22, 2014
- Adds `api.resource` decorator ([311](https://github.com/flask-restful/flask-restful/pull/311))
- Adds custom error handling ([225](https://github.com/flask-restful/flask-restful/pull/225))
- Adds `RequestParser` inheritance ([249](https://github.com/flask-restful/flask-restful/pull/249))
- Adds 1/0 as valid values for `inputs.boolean` ([341](https://github.com/flask-restful/flask-restful/pull/341))
- Improved `datetime` serialization and deserialization ([345](https://github.com/flask-restful/flask-restful/pull/345))
- `init_app` now follows Flask extension guidelines ([130](https://github.com/flask-restful/flask-restful/pull/130))
- `types` module renamed to `inputs` ([243](https://github.com/flask-restful/flask-restful/pull/243))
- Fixes `inputs.boolean` inability to parse values from JSON ([314](https://github.com/flask-restful/flask-restful/pull/314))
- Fixes `RequestParser` inability to use arguments from multiple sources at once ([261](https://github.com/flask-restful/flask-restful/pull/261))
- Fixes missing `Allow` header when HTTP 405 is returned ([294](https://github.com/flask-restful/flask-restful/pull/294))
- Doc fixes and updates.