diff --git a/CHANGES b/CHANGES index 6c19b2b..2678877 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,7 @@ Version 0.7.3 * Test against Django 1.6.1 * Missing context variable in catalog list (Issue #87 - Thanks @kunitoki) * Added support for Yandex translation API (Issue #89 - Thanks @BlackWizard) See supported languages and limitations here: https://github.com/mbi/django-rosetta/pull/89 +* Added support for the Azure translation API, replacing the BING API. (Issue #86, thanks @davidkuchar and @maikelwever) * Removed support for the signed_cookies SESSION_ENGINE + SessionRosettaStorage in Django 1.6, because serialization of POFiles would fail * Simplified the group membership test (Issue #90 - Thanks @dotsbb) diff --git a/rosetta/tests/__init__.py b/rosetta/tests/__init__.py index 8baa6e5..c123308 100644 --- a/rosetta/tests/__init__.py +++ b/rosetta/tests/__init__.py @@ -1 +1,2 @@ from .tests import * +from ..utils.microsofttranslator.test import *