- [BUG] Klein now includes its test package as part of the distribution. [#65]
- [BUG] Klein now attempts to decode non-ASCII URLs as UTF-8 and serves a 400 if that fails instead of always serving a 500. [#62]
- [ENHANCEMENT] Klein.handle_errors now allows the definition of custom error handling behavior. [#26]
- Include headers when handling werkzeug HTTPExceptions.
- Initial release