Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 304 Bytes

CHANGELOG.md

File metadata and controls

7 lines (5 loc) · 304 Bytes

Changelog

0.9.0 (2016-03-31)

  • Reuse context objects via sync.Pool for zero-allocation routing #33
  • BREAKING NOTE: due to subtle API changes, previously chi.URLParams(ctx)["id"] used to access url parameters has changed to: chi.URLParam(ctx, "id")