Skip to content

Commit

Permalink
Changelog: Implications of Go modules: Go 1.10.3+ & new import path
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Jan 8, 2019
1 parent 170d47c commit 2dd9927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## v4.0.0 (head)

- ...
- chi v4 requires Go 1.10.3+
- chi v4 is a Go module and thus breaks the import path; use `github.com/go-chi/chi/v4` and `github.com/go-chi/chi/v4/middleware`


## v3.3.4 (2019-01-07)
Expand Down

0 comments on commit 2dd9927

Please sign in to comment.