We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b668663 commit e952037Copy full SHA for e952037
CHANGELOG.md
@@ -1,12 +1,13 @@
1
# Changelog
2
3
-## v4.0.0 (head/unreleased)
+## v4.0.0 (2019-01-10)
4
5
- chi v4 requires Go 1.10.3+ (or Go 1.9.7+) - we have deprecated support for Go 1.7 and 1.8
6
- router: respond with 404 on router with no routes (#362)
7
- router: additional check to ensure wildcard is at the end of a url pattern (#333)
8
- middleware: deprecate use of http.CloseNotifier (#347)
9
- middleware: fix RedirectSlashes to include query params on redirect (#334)
10
+- History of changes: see https://github.com/go-chi/chi/compare/v3.3.4...v4.0.0
11
12
13
## v3.3.4 (2019-01-07)
0 commit comments