From f6d3bd8ccb692dd98b0ea45a5cd4f28a9068eff1 Mon Sep 17 00:00:00 2001 From: George Macon Date: Thu, 19 Nov 2015 17:15:27 -0500 Subject: [PATCH] Update changelog for #551 --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index cd349793..6275d6d9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +Changes in 0.10.2 +================= +- Allow shard key to point to a field in an embedded document. #551 + Changes in 0.10.1 ======================= - Fix infinite recursion with CASCADE delete rules under specific conditions. #1046