From d79a5ec3d6b2e326714daeaee8e60faf4c7a81f4 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Fri, 29 Nov 2013 10:12:02 +0000 Subject: [PATCH] Updated Authors and changelog (#483) --- AUTHORS | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 316a7441..633a0438 100644 --- a/AUTHORS +++ b/AUTHORS @@ -180,3 +180,4 @@ that much better: * FrankSomething (https://github.com/FrankSomething) * Alexandr Morozov (https://github.com/LK4D4) * mishudark (https://github.com/mishudark) + * Joe Friedl (https://github.com/grampajoe) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5c3b02d0..35a02f85 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Changes in 0.8.5 ================ +- Use defaults when host and port are passed as None (#483) - Fixed distinct casting issue with ListField of EmbeddedDocuments (#470) - Fixed Django 1.6 sessions (#454, #480)