Browse Source

Updates CHANGELOG

Manu Mtz-Almeida 10 years ago
parent
commit
218b924e72
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CHANGELOG.md

+ 2 - 0
CHANGELOG.md

@@ -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