mirror of https://github.com/gin-gonic/gin.git
Updates CHANGELOG
This commit is contained in:
parent
e60087f223
commit
218b924e72
|
@ -6,7 +6,9 @@
|
||||||
- [PERFORMANCE] Much faster 404 routing
|
- [PERFORMANCE] Much faster 404 routing
|
||||||
- [PERFORMANCE] Allocation optimizations
|
- [PERFORMANCE] Allocation optimizations
|
||||||
- [PERFORMANCE] Faster root tree lookup
|
- [PERFORMANCE] Faster root tree lookup
|
||||||
|
- [PERFORMANCE] Much faster SSE implementation
|
||||||
- [NEW] Benchmarks suite
|
- [NEW] Benchmarks suite
|
||||||
|
- [NEW] Bind validation can be disabled and replaced with custom validators.
|
||||||
- [FIX] Binding multipart form
|
- [FIX] Binding multipart form
|
||||||
- [FIX] Crash when binding non struct object in Context.
|
- [FIX] Crash when binding non struct object in Context.
|
||||||
- [FIX] RunTLS() implementation
|
- [FIX] RunTLS() implementation
|
||||||
|
|
Loading…
Reference in New Issue