Updates CHANGELOG

This commit is contained in:
Manu Mtz-Almeida
2015-05-31 04:33:47 +02:00
parent 709fde85d1
commit 86824a640c
2 changed files with 9 additions and 1 deletions

2
gin.go
View File

@ -74,7 +74,7 @@ func New() *Engine {
RedirectTrailingSlash: true,
RedirectFixedPath: false,
HandleMethodNotAllowed: false,
trees: make(methodTrees, 0, 6),
trees: make(methodTrees, 0, 5),
}
engine.RouterGroup.engine = engine
engine.pool.New = func() interface{} {