Skip to content

Commit

Permalink
Document desired changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jan 25, 2016
1 parent 5f44690 commit 8e5fec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ Changelog
- Adds the concept of chain-able routing decorators
- Adds support for running arbitrary python functions at runtime via an `@hug.startup` decorator
- Adds support for smarter handling of html output types
- Adds a logging middleware to simplify the process of logging all requests with hug
- Adds a `middleware_class` class decorator, to enable quickly registering middleware classes
- Added extended support for delimited fields, enabling use of custom delimiters
- Now correctly identifies and handles custom encodings
- Improved integration with Falcon so that primary elements (like status codes) can be imported directly from hug

0 comments on commit 8e5fec3

Please sign in to comment.