v2.0.0
Changed
Recovery.PrintStack
, when false, now also supresses the panic message in
addition to supressing the stack trace
Fixed
Negroni.With()
now copies handlers to avoid mutating the originalNegroni
instance ifUse
is called on the newNegroni
instance
Added
Recovery.LogStack
was added to control whether the stacktrace is logged for
panics