- Minor improvements and update to the chi core library
- Introduced a brand new
chi/render
sub-package to complete the story of building
APIs to offer a pattern for managing well-defined request / response payloads. Please
check out the updated_examples/rest
example for how it works. - Added
MethodNotAllowed(h http.HandlerFunc)
to chi.Router interface