What's Changed
- Bump minimum Go to 1.22 and use new features by @JRaspass in https://github.com/go-chi/chi/pull/1017
- Refactor graceful shutdown example by @mikereid1 in https://github.com/go-chi/chi/pull/994
- Refactor to use atomic type by @cuiweixie in https://github.com/go-chi/chi/pull/1019
- update reverseMethodMap in RegisterMethod by @cixel in https://github.com/go-chi/chi/pull/102...