diff --git a/AUTHORS b/AUTHORS index f043207b..316a7441 100644 --- a/AUTHORS +++ b/AUTHORS @@ -179,3 +179,4 @@ that much better: * crazyzubr (https://github.com/crazyzubr) * FrankSomething (https://github.com/FrankSomething) * Alexandr Morozov (https://github.com/LK4D4) + * mishudark (https://github.com/mishudark) diff --git a/docs/changelog.rst b/docs/changelog.rst index 926fb8a8..95272ba3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +Changes in 0.8.5 +================ +- Fixed Django 1.6 sessions (#454, #480) + Changes in 0.8.4 ================ - Remove database name necessity in uri connection schema (#452)