From f4d36408701ffc262c834e32fbca99bbe250f545 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sun, 20 Oct 2013 14:30:50 -0500 Subject: [PATCH] update changelog --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ddff19e467..a8cfaad6da 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ HEAD -- Adds URI method to extract query string from URI. +- Adds URI method to extract query string from URI. Thank you Banaan for code. + #298 - Numerous performance improvements. Including: tuned default buffer sizes based on profiling, caching of handler binding for async reads/writes, non-malloc allocators for read/write handlers, disabling of a number of questionably