From af0c87a1bf986c20bb4d05c2f9b64acf60eaef24 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Wed, 19 Sep 2012 20:23:57 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0eebc8402..99f914b7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -110,6 +110,9 @@ For instructions on upgrading to newer versions, visit ### Resolved Issues +* \#2388 Map/reduce properly uses `sort` instead of `orderby` in the execution + of the command. (Alex Tsibulya) + * \#2386 Allow geo haystack and bits parameters in indexes. (Bradley Rees) * \#2380 `Model#becomes` now properly copies over dirty attributes.