From f62e5cf6f3a2c89fcf55c72b3a8b48765a4d442c Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Mon, 5 Nov 2012 13:08:55 -0800 Subject: [PATCH] Update CHANGES --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 543ddcc..f1895ad 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ = master + * Moved __unused keywords for better Xcode indexing (Christian Rasmussen) + * Sorting dictionary keys with `caseInsensitiveCompare:` to ensure deterministic ordering of query string parameters, which may otherwise cause ambiguous representations of nested parameters (James Coleman,